| 
 | 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.Input
oracle.imaging.Input
public class Input
| Nested Class Summary | |
|---|---|
| static class | Input.AbilityEnumeration validating that the current user has this ability on the inputs. | 
| static class | Input.FieldMapDefines a mapping between an input source field to an Applicationfield which is used to establish the flow of index data during document creation within theInputService. | 
| static class | Input.MappingsDefines the Input.FieldMapings for one or an Application's primary index, and provides theNameIdof theApplicationproviding the source fields used. | 
| static class | Input.Properties | 
| static class | Input.SectionFlagFlags that identify which sections are applicable to a specific request. | 
| static class | Input.SectionSet | 
| static class | Input.SourceProperties | 
| static class | Input.SourceSetting | 
| static class | Input.StateFlagFlags that identify which piece or pieces of an input should be updated, when a call is made to InputService.modifyState(NameId,StateUpdate[]). | 
| static class | Input.StateUpdate | 
| Nested classes/interfaces inherited from class oracle.imaging.Definition | 
|---|
| Definition.DefinitionPk, Definition.Permissions, Definition.SectionPk, Definition.Security, Definition.SequencePk | 
| Field Summary | |
|---|---|
| static java.lang.String | CSV_INPUT_SOURCE_NAMEThe name that the Input definition and Input Service uses to identify the default system CSV Input Source. | 
| static java.lang.String | INPUT_FILE_DELIMITER_KEYThe name of the parsing configuration key that an Input Definition uses to determine what character to use for delimiting fields in an input file. | 
| static java.lang.String | INPUT_FILE_ENCODING_KEYA key for the Input Definition that specifies a specific encoding for an input file. | 
| 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 | |
|---|---|
| Input() | |
| Input(long id) | |
| Input(long id, java.lang.String name) | |
| Input(java.lang.String name) | |
| Method Summary | |
|---|---|
|  java.util.List<AuditEvent> | getHistory()Gets the History section property. | 
|  Input.Mappings | getMappings()Retrieves the currently-set Input.Mappingsfor this input. | 
|  Definition.Permissions | getPermissions()Gets the Permissions section property. | 
|  Input.Properties | getProperties()Retrieves the properties section of the Definition. | 
|  java.util.List<Definition.Security> | getSecurity()Gets the Security section property. | 
|  Input.SourceProperties | getSourceProperties()Retrieves the definition's currently-set Input Source Properties. | 
| protected  void | prePersist() | 
|  void | removeParentReferences() | 
|  void | setHistory(java.util.List<AuditEvent> history)Sets the History section property. | 
|  void | setMappings(Input.Mappings mappings)Sets the Input.Mappingsto be used for this input. | 
|  void | setPermissions(Definition.Permissions permissions)A convenience method for JAXB and Imaging services. | 
|  void | setProperties(Input.Properties properties)Sets the properties section of the Input Definition. | 
|  void | setSecurity(java.util.List<Definition.Security> security) | 
|  void | setSourceProperties(Input.SourceProperties properties)Applies a new set of Input Source information to the input definition | 
| 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 | 
|---|
public static final java.lang.String CSV_INPUT_SOURCE_NAME
public static final java.lang.String INPUT_FILE_DELIMITER_KEY
public static final java.lang.String INPUT_FILE_ENCODING_KEY
protected Definition.Permissions permissions
protected java.util.List<Definition.Security> security
| Constructor Detail | 
|---|
public Input()
public Input(long id)
public Input(long id,
             java.lang.String name)
public Input(java.lang.String name)
| Method Detail | 
|---|
protected void prePersist()
public void removeParentReferences()
public Input.Mappings getMappings()
Input.Mappingsfor this input.public void setMappings(Input.Mappings mappings)
Input.Mappings to be used for this input.mappings - the desired input primaryMappingspublic Input.Properties getProperties()
public void setProperties(Input.Properties properties)
properties - the properties section to save in the definitionpublic Input.SourceProperties getSourceProperties()
public void setSourceProperties(Input.SourceProperties properties)
properties - the new properties to save to the definitionpublic Definition.Permissions getPermissions()
getPermissions in class Definitionpublic void setPermissions(Definition.Permissions permissions)
setPermissions in class Definitionpermissions - 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 Definitionpublic 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 | |||||||