|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaWorkflowService
This class defines the business service information associated with the workflow.
RomaWorkflow
Constructor Summary | |
RomaWorkflowService()
Constructs the empty object. |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of the object. |
java.lang.String |
getAudit()
Returns the name of the audit object associated with the business service received the message. |
java.lang.String |
getComponent()
Returns the name of the business component received the message. |
java.lang.String |
getService()
Returns the name of the business service received the message. |
java.lang.String |
getSourceFlow()
Returns the name of the business flow that has updated the workflow. |
java.lang.String |
getSourceOperation()
Returns the name of the operation that has updated the workflow. |
java.lang.String |
getSourceService()
Returns the name of the business service that has created or updated the workflow. |
void |
setAudit(java.lang.String an)
Sets the audit object name to be used by the business service sending the message. |
void |
setComponent(java.lang.String cn)
Sets the name of the business component sending the message. |
void |
setService(java.lang.String sn)
Sets the name of the business service sending the message. |
void |
setSourceFlow(java.lang.String flow)
Sets the name of the business flow. |
void |
setSourceOperation(java.lang.String op)
Sets the operation name. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RomaWorkflowService()
Method Detail |
public java.lang.String getService()
public void setService(java.lang.String sn)
RomaBusinessElement.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
or RomaClient.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
to change the workflow.sn
- Business Service namepublic java.lang.String getComponent()
public void setComponent(java.lang.String cn)
RomaBusinessElement.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
or RomaClient.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
to change the workflow.cn
- Business Component namepublic java.lang.String getAudit()
public void setAudit(java.lang.String an)
RomaBusinessElement.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
or RomaClient.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
to change the workflow.an
- Audit object namepublic java.lang.String getSourceService()
RomaBusinessElement.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
or RomaClient.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
somewhere on the route,
in which case this is the business service that has changed the workflow.public java.lang.String getSourceFlow()
public void setSourceFlow(java.lang.String flow)
RomaBusinessElement.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
or RomaClient.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
to change the workflow.flow
- Business Flow namepublic java.lang.String getSourceOperation()
public void setSourceOperation(java.lang.String op)
RomaBusinessElement.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
or RomaClient.buildTheme(RomaTheme,RomaThemeInfo,int,boolean)
to change the workflow.op
- Operation namepublic java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |