|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.workflow.CMBWorkFlow
This class represents a workflow.
CMBWorkFlowQueryService
, Serialized FormConstructor Summary | |
CMBWorkFlow()
Default constructor |
Method Summary | |
java.lang.String |
getDescription()
Gets description |
java.lang.String |
getEndTime()
Gets end time. |
CMBWorkFlowContainer |
getInContainer()
Gets inContainer |
java.lang.String |
getModifiedTime()
Gets the last modification time of the workflow. |
java.lang.String |
getName()
Gets workflow name. |
java.lang.String |
getNotificationTime()
Gets notification time |
java.lang.String |
getStartTime()
Gets the start time of this workflow. |
int |
getState()
Gets the state of this workflow. |
java.lang.String |
getStateChangedTime()
Gets the state change time of this workflow. |
java.lang.String |
getSuspendTime()
Gets the SuspendTime of this workflow. |
java.lang.String |
getWorkFlowTemplateName()
Gets the workflow template name that is associated with this workflow |
void |
setDescription(java.lang.String description)
Sets description |
void |
setEndTime(java.lang.String endTime)
Sets end time. |
void |
setInContainer(CMBWorkFlowContainer inContainer)
Sets inContainer |
void |
setModifiedTime(java.lang.String modifiedTime)
Sets the last modification time of this workflow. |
void |
setName(java.lang.String name)
Sets workflow name |
void |
setNotificationTime(java.lang.String notificationTime)
Sets notification time. |
void |
setStartTime(java.lang.String startTime)
Sets the start time of this workflow. |
void |
setState(int state)
Sets the state of this workflow |
void |
setStateChangedTime(java.lang.String stateChangedTime)
Sets the state change time of this workflow . |
void |
setSuspendTime(java.lang.String suspendTime)
Sets the suspension time of this workflow. |
void |
setWorkFlowTemplateName(java.lang.String workFlowTemplateName)
Sets the workflow template name that is associated with this workflow |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBWorkFlow()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- workflow namepublic void setDescription(java.lang.String description)
description
- the description of this workflowpublic CMBWorkFlowContainer getInContainer()
public void setInContainer(CMBWorkFlowContainer inContainer)
inContainer
- the inContainer of this workflowpublic java.lang.String getDescription()
public void setEndTime(java.lang.String endTime)
endTime
- the end time of this workflow.
End time must be in military time and format: yyyy-mo-dd-hh.mi.sspublic java.lang.String getEndTime()
public java.lang.String getNotificationTime()
public void setNotificationTime(java.lang.String notificationTime)
notificationTime
- the notification time of this workflow
Notification time must be in military time and format: yyyy-mo-dd-hh.mi.sspublic java.lang.String getWorkFlowTemplateName()
public void setWorkFlowTemplateName(java.lang.String workFlowTemplateName)
workflowTemplateName
- the work flow template name for this workflowpublic java.lang.String getStateChangedTime()
public void setStateChangedTime(java.lang.String stateChangedTime)
stateChangedTime
- the state changed time of this workflowpublic java.lang.String getStartTime()
public void setStartTime(java.lang.String startTime)
startTime
- a null is returned if the startTime is not setpublic java.lang.String getSuspendTime()
public void setSuspendTime(java.lang.String suspendTime)
suspendTime
- the suspend time of this workFLowpublic java.lang.String getModifiedTime()
public void setModifiedTime(java.lang.String modifiedTime)
modifiedTime
- the last modification time of this workFLowpublic int getState()
public void setState(int state)
state
- of this workflow
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |