|
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.Application.WorkflowConfig
public static class Application.WorkflowConfig
A data structure specifying the configuration to connnect to a workflow server, and create an instance of a workflow process.
| Nested Class Summary | |
|---|---|
static class |
Application.WorkflowConfig.PayloadItemRepresents an element of a payload and the value to map to it. |
| Constructor Summary | |
|---|---|
Application.WorkflowConfig() |
|
| Method Summary | |
|---|---|
java.lang.String |
getCompositeDn()Returns the currently configured workflow process. |
NameId |
getConnection()Returns the currently configured connection Name. |
java.lang.String |
getOperation()Returns the currently configured operation. |
java.util.List<Application.WorkflowConfig.PayloadItem> |
getPayloadMapping()Returns the currently configured payload mapping. |
java.lang.String |
getService()Returns the currently configured service. |
boolean |
isEnabled() |
protected void |
prePersist() |
void |
setCompositeDn(java.lang.String compositeDn)Set the name of a process deployed to the workflow server. |
void |
setConnection(NameId connection)The named workflow connection value. |
void |
setEnabled(boolean enabled) |
void |
setOperation(java.lang.String operation)Set the name of an operation provided by a service. |
void |
setPayloadMapping(java.util.List<Application.WorkflowConfig.PayloadItem> payloadMapping)Set the mapping between various document and system fields to the payload used to invoke a workflow process. |
void |
setService(java.lang.String service)Set the name of a service provided by a process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Application.WorkflowConfig()
| Method Detail |
|---|
protected void prePersist()
public void setEnabled(boolean enabled)
public boolean isEnabled()
public void setConnection(NameId connection)
connection -public NameId getConnection()
setConnection(oracle.imaging.NameId)public void setCompositeDn(java.lang.String compositeDn)
compositeDn -public java.lang.String getCompositeDn()
setCompositeDn(java.lang.String)public void setService(java.lang.String service)
service -public java.lang.String getService()
setService(java.lang.String)public void setOperation(java.lang.String operation)
operation -public java.lang.String getOperation()
setOperation(java.lang.String)public void setPayloadMapping(java.util.List<Application.WorkflowConfig.PayloadItem> payloadMapping)
payloadMapping - a list of PayloadItemApplication.WorkflowConfig.PayloadItempublic java.util.List<Application.WorkflowConfig.PayloadItem> getPayloadMapping()
setPayloadMapping(java.util.List<oracle.imaging.Application.WorkflowConfig.PayloadItem>)
|
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 | |||||||