| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   oracle.imaging.Document
oracle.imaging.Document
public class Document
A data structure representing the properties of a document An imaging document is identified by both name and an guid property. Additionally, the structure may contain a section detailing simple properties for the applications and a collection of field values containing the primary application index meta data values for the document.
| Nested Class Summary | |
|---|---|
| static class | Document.AbilityEnumeration validating that the current user has this ability on the applications. | 
| static class | Document.FieldValueA data structure containing properties for a single meta data value for the document. | 
| static class | Document.PermissionsA data structure specifying a user's permissions to a document within an application. | 
| static class | Document.PropertiesA data structure containing general properties for an imaging document. | 
| static class | Document.SectionFlagFlags that identify which sections are applicable when using the Document data structure in various DocumentService operations. | 
| static class | Document.SectionSet | 
| Constructor Summary | |
|---|---|
| Document()The default constructor required to be explicitly declared for JAXB serialization. | |
| Method Summary | |
|---|---|
| static java.util.List<BasePermissions.Permission> | getAvailablePermissions()Returns all Permission keys which can be set on a Document, including those which are not directly persisted by imaging. | 
|  java.util.List<Document.FieldValue> | getFieldValues()Gets the document FieldValues section property. | 
|  java.util.List<AuditEvent> | getHistory()Gets the History section property. | 
|  java.lang.String | getId()Gets the document Id property. | 
| static Document.Permissions | getIpmManagedDocPermissions(Document.Permissions original)New to 11.1.1.4.0 : Returns a Document.Permissions copy where only imaging-managed permissions have been copied from the original. | 
| static Application.DocumentSecurity | getIpmManagedDocSecurity(Application.DocumentSecurity original)New to 11.1.1.4.0 : Returns a Application.DocumentSecurity copy where only imaging-managed permissions have been copied from the original. | 
| static java.util.List<BasePermissions.Permission> | getIpmManagedPermissions()Returns the Permissions keys that are managed directly by imaging. | 
|  java.lang.String | getName()Gets the document Name property. | 
|  Document.Permissions | getPermissions()Gets the document Permissions section property. | 
|  Document.Properties | getProperties()Gets the document Properties section property. | 
|  void | setFieldValues(java.util.List<Document.FieldValue> fieldValues)Sets the document FieldValues section property. | 
|  void | setHistory(java.util.List<AuditEvent> history)Sets the History section property. | 
|  void | setId(java.lang.String id)Sets the document Id property. | 
|  void | setName(java.lang.String name)Sets the document Name property. | 
|  void | setPermissions(Document.Permissions permissions)A convenience method for JAXB and Imaging services. | 
|  void | setProperties(Document.Properties properties)Sets the document Properties section property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Document()
| Method Detail | 
|---|
public static java.util.List<BasePermissions.Permission> getAvailablePermissions()
getIpmManagedPermissions()public static java.util.List<BasePermissions.Permission> getIpmManagedPermissions()
public static Document.Permissions getIpmManagedDocPermissions(Document.Permissions original)
original -public static Application.DocumentSecurity getIpmManagedDocSecurity(Application.DocumentSecurity original)
original -public void setName(java.lang.String name)
name - The new document Name property value.public java.lang.String getName()
public void setId(java.lang.String id)
id - The new document Id property value.public java.lang.String getId()
public void setProperties(Document.Properties properties)
properties - The new document Properties section value.public Document.Properties getProperties()
public void setFieldValues(java.util.List<Document.FieldValue> fieldValues)
fieldValues - The new document FieldValues section property value.public java.util.List<Document.FieldValue> getFieldValues()
public void setPermissions(Document.Permissions permissions)
permissions - the permissions set by JAXB or Imaging servicespublic Document.Permissions getPermissions()
public java.util.List<AuditEvent> getHistory()
public void setHistory(java.util.List<AuditEvent> history)
history - A new History section property value| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||