|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
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 | |
|---|---|
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. |
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 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)
ApplicationService#createApplication or ApplicationService#modifyApplication services, using the Application.SectionFlag#DOCUMENTSECURITY section to change a user's permissions to an application's documents.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® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||