| 
 | 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.BaseId
oracle.imaging.BaseId
       oracle.imaging.Definition
oracle.imaging.Definition
           oracle.imaging.Application
oracle.imaging.Application
public class Application
A data structure representing the properties of an imaging application definition An imaging application is identified by both name and an key property. Additionally, the structure may contain a section detailiAtng simple properties for the applications and a collection of field definitions, describing the columns the make up the primary index values for the application.
| Nested Class Summary | |
|---|---|
| static class | Application.AbilityEnumeration validating that the current user has this ability on the applications. | 
| static class | Application.DocumentSecurityA data structure specifying the document security permissions for a particular security member. | 
| static class | Application.FieldDefinitionA data struture specifying the definition of a single meta data field column in an imaging application. | 
| static class | Application.LifecyclePolicy | 
| static class | Application.PropertiesA data structure containing general, simple properties for an imaging application definition. | 
| static class | Application.SectionFlagFlags that identify which sections are applicable to a specific request. | 
| static class | Application.SectionSet | 
| static class | Application.StorageStageA data structure specifying a storage stage, consisting of a volume and duration to remain on that volume, for documents within an application. | 
| static class | Application.WorkflowConfigA data structure specifying the configuration to connnect to a workflow server, and create an instance of a workflow process. | 
| Nested classes/interfaces inherited from class oracle.imaging.Definition | 
|---|
| Definition.DefinitionPk, Definition.Permissions, Definition.SectionPk, Definition.Security, Definition.SequencePk | 
| Field Summary | |
|---|---|
| protected  Definition.Permissions | permissions | 
| protected  java.util.List<Definition.Security> | security | 
| Fields inherited from class oracle.imaging.Definition | 
|---|
| description, id, name, version | 
| Fields inherited from class oracle.imaging.BaseId | 
|---|
| ID_COMPARATOR, NAME_COMPARATOR | 
| Constructor Summary | |
|---|---|
| Application() | |
| Application(long id) | |
| Application(long id, java.lang.String name) | |
| Application(java.lang.String name) | |
| Method Summary | |
|---|---|
|  Document.Permissions | getDocumentPermissions()Gets the DocumentPermissions section property. | 
|  java.util.List<Application.DocumentSecurity> | getDocumentSecurity()Gets the DocumentSecurity section property. | 
|  java.util.List<Application.FieldDefinition> | getFieldDefinitions()Gets the FieldDefinitions section property. | 
|  java.util.List<AuditEvent> | getHistory()Gets the History section property. | 
|  Application.LifecyclePolicy | getLifecyclePolicy()Gets the LifecyclePolicy section property. | 
|  Definition.Permissions | getPermissions()Gets the Permissions section property. | 
|  Application.Properties | getProperties()Sets the Properties section property. | 
|  java.util.List<Definition.Security> | getSecurity()Gets the Security section property. | 
|  Application.WorkflowConfig | getWorkflowConfig()Gets the BPELConfig section property. | 
| protected  void | prePersist() | 
|  void | removeParentReferences() | 
|  void | setDocumentPermissions(Document.Permissions permissions)A convenience method for JAXB and Imaging services. | 
|  void | setDocumentSecurity(java.util.List<Application.DocumentSecurity> documentSecurity)Sets the DocumentSecurity section property. | 
|  void | setFieldDefinitions(java.util.List<Application.FieldDefinition> fieldDefinitions)Sets the FieldDefinitions section property. | 
|  void | setHistory(java.util.List<AuditEvent> history)Sets the History section property. | 
|  void | setLifecyclePolicy(Application.LifecyclePolicy aLifecyclePolicy)Sets the LifecyclePolicy section property. | 
|  void | setPermissions(Definition.Permissions permissions)A convenience method for JAXB and Imaging services. | 
|  void | setProperties(Application.Properties properties)Gets the Properties section property. | 
|  void | setSecurity(java.util.List<Definition.Security> security)Sets the Security section property. | 
|  void | setWorkflowConfig(Application.WorkflowConfig bpelConfig)Sets the BPELConfig section property. | 
| Methods inherited from class oracle.imaging.Definition | 
|---|
| getAvailablePermissions, getDefinitionSecurityArea, getDefinitionTypeName, getDescription, getId, getName, setDescription, setId, setName | 
| Methods inherited from class oracle.imaging.BaseId | 
|---|
| equals, hashCode, nameTrimOrNull, toNameId, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected Definition.Permissions permissions
protected java.util.List<Definition.Security> security
| Constructor Detail | 
|---|
public Application()
public Application(long id)
public Application(java.lang.String name)
public Application(long id,
                   java.lang.String name)
| Method Detail | 
|---|
protected void prePersist()
public void removeParentReferences()
public Application.Properties getProperties()
public void setProperties(Application.Properties properties)
properties - The new Properties section property valuepublic java.util.List<Application.FieldDefinition> getFieldDefinitions()
public void setFieldDefinitions(java.util.List<Application.FieldDefinition> fieldDefinitions)
fieldDefinitions - The new FieldDefinitions section property valuepublic Definition.Permissions getPermissions()
getPermissions in class Definitionpublic void setPermissions(Definition.Permissions permissions)
setPermissions in class Definitionpermissions - the permissions set by JAXB or Imaging servicespublic Document.Permissions getDocumentPermissions()
public void setDocumentPermissions(Document.Permissions permissions)
permissions - the permissions set by JAXB or Imaging servicespublic java.util.List<Definition.Security> getSecurity()
getSecurity in class Definitionpublic void setSecurity(java.util.List<Definition.Security> security)
setSecurity in class Definitionsecurity - The new Security section property valuepublic java.util.List<Application.DocumentSecurity> getDocumentSecurity()
public void setDocumentSecurity(java.util.List<Application.DocumentSecurity> documentSecurity)
documentSecurity - The new DocumentSecurity section property valuepublic Application.LifecyclePolicy getLifecyclePolicy()
public void setLifecyclePolicy(Application.LifecyclePolicy aLifecyclePolicy)
aLifecyclePolicy - A new LifecyclePolicy section property valuepublic Application.WorkflowConfig getWorkflowConfig()
public void setWorkflowConfig(Application.WorkflowConfig bpelConfig)
bpelConfig - A new BPELConfig section property valuepublic java.util.List<AuditEvent> getHistory()
getHistory in class Definitionpublic void setHistory(java.util.List<AuditEvent> history)
setHistory in class Definitionhistory - 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 | |||||||