|
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.Search.SelectedField
public static class Search.SelectedField
The SelectedField class provides the information defining the source of the data being returned by a search. Each piece of data is defined by the Application and the Application$FieldDefinition within the application. Each of the preceding is uniquely identified by their associated NameId objects.
| Nested Class Summary | |
|---|---|
static class |
Search.SelectedField.DocumentPropertyThis is an enumeration of the valid Imaging Attributes that may be returned in a search. |
static class |
Search.SelectedField.SelectedFieldPkFOR INTERNAL USE ONLY |
| Constructor Summary | |
|---|---|
Search.SelectedField()The default constructor required to be explicitly declared for JAXB serialization. |
|
Search.SelectedField(NameId applicationId, NameId fieldId)Constructs a SelectedField instance from the identifiers for the Application and the Application$FieldDefinition. |
|
| Method Summary | |
|---|---|
NameId |
getApplicationId()Gets the NameId identifier for the Application. |
NameId |
getFieldId()Gets the NameId identifier for the Application$FieldDefinition. |
Search.SelectedField.DocumentProperty |
getProperty()Gets the document property Search$SelectedField$DocumentProperty being used as the source for this Search$ResultColumn. |
void |
setApplicationId(NameId applicationId)Sets the NameId identifier for the Application. |
void |
setFieldId(NameId fieldDefId)Sets the NameId identifier for the Application$FieldDefinition. |
void |
setProperty(Search.SelectedField.DocumentProperty property)Sets the source of the data for this Search$ResultColumn to be a property of the document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Search.SelectedField()
public Search.SelectedField(NameId applicationId,
NameId fieldId)
Application and the Application$FieldDefinition.
applicationId - The identifier for the application.fieldId - The identifier for the field definition.| Method Detail |
|---|
public NameId getFieldId()
NameId identifier for the Application$FieldDefinition.public void setFieldId(NameId fieldDefId)
NameId identifier for the Application$FieldDefinition.fieldDefId - The field definition identifier.public NameId getApplicationId()
NameId identifier for the Application.public void setApplicationId(NameId applicationId)
NameId identifier for the Application.applicationId - The application identifier.public Search.SelectedField.DocumentProperty getProperty()
Search$SelectedField$DocumentProperty being used as the source for this Search$ResultColumn.public void setProperty(Search.SelectedField.DocumentProperty property)
Search$ResultColumn to be a property of the document.property - The document property.
|
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 | |||||||