|
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.CMBWorkFlowAction
This class represents a workflow action.
CMBWorkFlowQueryService
, Serialized FormConstructor Summary | |
CMBWorkFlowAction()
Default constructor |
Method Summary | |
java.lang.String |
getAuditComment()
Gets the audit comment |
java.lang.String |
getDescription()
Gets description property. |
byte[] |
getIcon()
Gets the icon data |
java.lang.String |
getName()
Gets name property. |
java.lang.String |
getPrompt()
Gets the prompt of this action. |
java.lang.String |
getShortcut()
Gets the shortcut |
java.lang.String |
getUserExitClassName()
Gets the name of the user exit class |
boolean |
isPredefined()
Gets "predefined" of this action data |
void |
setAuditComment(java.lang.String auditComment)
Sets the audit comment |
void |
setDescription(java.lang.String description)
Sets description property. |
void |
setIcon(byte[] icon)
Sets the icon |
void |
setName(java.lang.String name)
Sets name property. |
void |
setPredefined(boolean predefined)
Sets "predefined" of this action data |
void |
setPrompt(java.lang.String prompt)
Sets prompt property. |
void |
setShortcut(java.lang.String shortcut)
Sets the shortcut |
void |
setUserExitClassName(java.lang.String userExitClassName)
Sets name of the user exit class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBWorkFlowAction()
Method Detail |
public java.lang.String getUserExitClassName()
public void setUserExitClassName(java.lang.String userExitClassName)
userExitClassName
- the name of the user exitpublic java.lang.String getAuditComment()
public void setAuditComment(java.lang.String auditComment)
auditComment
- the audit commentpublic java.lang.String getShortcut()
public void setShortcut(java.lang.String shortcut)
the
- shortcut the shortcutpublic byte[] getIcon()
public void setIcon(byte[] icon)
the
- iconpublic void setPredefined(boolean predefined)
predefined
- indicates whether the work flow action is a
System Admin predefined actionpublic boolean isPredefined()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- of this actionpublic void setDescription(java.lang.String description)
description
- of this actionpublic java.lang.String getDescription()
public java.lang.String getPrompt()
public void setPrompt(java.lang.String prompt)
prompt
- the string used on the popup menu
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |