|
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.Input.SourceProperties
public static class Input.SourceProperties
| Constructor Summary | |
|---|---|
Input.SourceProperties() |
|
| Method Summary | |
|---|---|
java.lang.String |
getDataSample()Fetches the Sample Data Source that is saved in the Input Definition. |
java.lang.String |
getDataSource()Returns the Input's data source setting. |
java.lang.String |
getInputSource()Retrieves the Input Source name that is currently saved in the Input Definition. |
java.lang.String |
getProperty(java.lang.String propertyKey)Get Property retrieves a specific configuration value for the Input Source. |
java.util.Set<java.lang.String> |
getPropertyKeySet()Retrieves a set property value keys currently configured for the Input Source. |
protected void |
prePersist() |
java.lang.String |
removeProperty(java.lang.String propertyKey)Removes a specific configuration value from the Input Source. |
void |
setDataSample(java.lang.String dataSample)Saves the Sample Data Source to the Input Definition. |
void |
setDataSource(java.lang.String newdataSource)This method saves the configuration parameter of where the Input data is coming from into the definition. |
void |
setInputSource(java.lang.String inputSource)Saves the name of the Input Source to associate with the Input definition. |
void |
setProperty(java.lang.String propertyKey, java.lang.String propertyValue)This saves a single setting into the Source Settings configuration set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Input.SourceProperties()
| Method Detail |
|---|
protected void prePersist()
public java.lang.String getDataSource()
public void setDataSource(java.lang.String newdataSource)
newdataSource - The string representing where the data is coming from, such as the file name.public java.lang.String getInputSource()
public void setInputSource(java.lang.String inputSource)
inputSource - The name of the Input Source to use.public java.lang.String getDataSample()
public void setDataSample(java.lang.String dataSample)
dataSample - The ID of the sample data stream to savepublic java.util.Set<java.lang.String> getPropertyKeySet()
public java.lang.String getProperty(java.lang.String propertyKey)
propertyKey - The key of the value to look up.
public void setProperty(java.lang.String propertyKey,
java.lang.String propertyValue)
propertyKey - The index key to look up the information again latter.propertyValue - The string representation of the value to save.public java.lang.String removeProperty(java.lang.String propertyKey)
propertyKey - The key of the value to look up.
|
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 | |||||||