|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class provides interface methods to access data related to actions in workFlow
Method Summary | |
java.lang.String |
getDescription()
gets the description of this work flow action |
byte[] |
getIconData()
gets icon image represents the action - default is null, no icon |
void |
getIconDataToFile(java.lang.String fileName)
gets icon image represents the action - default is null, no icon |
java.lang.String |
getName()
gets the name of this work flow action |
java.lang.String |
getWFUserExitClassName()
gets the fully qualified class name of the user exit class, must be instance of dkWorkFlowUserExit interface |
java.lang.String |
getWFUserExitDLL()
gets the client DLL name |
int |
getWFUserExitFlag()
gets the user exit flag: DK_FED_WF_USEREXIT_JAVACLASS or DK_FED_WF_USEREXIT_CLIENTDLL |
java.lang.String |
getWFUserExitFunction()
gets the function name |
void |
setDescription(java.lang.String description)
sets the description of this work flow action |
void |
setIconData(byte[] iconData)
sets the icon image to represent the action - default is null, no icon if not set |
void |
setIconDataFromFile(java.lang.String fileName)
sets the icon image to represent the action - default is null, no icon if not set |
void |
setName(java.lang.String name)
sets the name for this work flow action |
void |
setWFUserExitClassName(java.lang.String className)
sets the fully qualified class name of the user exit class, must be instance of dkWorkFlowUserExit interface |
void |
setWFUserExitDLL(java.lang.String dllName)
sets the client DLL name |
void |
setWFUserExitFlag(int flag)
sets the user exit flag: DK_FED_WF_USEREXIT_JAVACLASS or DK_FED_WF_USEREXIT_CLIENTDLL |
void |
setWFUserExitFunction(java.lang.String funcName)
sets the function name |
Methods inherited from interface com.ibm.mm.sdk.common.dkCheckableObject |
checkin, checkout, getCheckedOutUserid, unlockCheckedOut |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public byte[] getIconData()
public void setIconData(byte[] iconData)
public void getIconDataToFile(java.lang.String fileName) throws java.lang.Exception
public void setIconDataFromFile(java.lang.String fileName) throws java.lang.Exception
public int getWFUserExitFlag()
public void setWFUserExitFlag(int flag)
public java.lang.String getWFUserExitClassName()
public void setWFUserExitClassName(java.lang.String className)
public java.lang.String getWFUserExitFunction()
public void setWFUserExitFunction(java.lang.String funcName)
public java.lang.String getWFUserExitDLL()
public void setWFUserExitDLL(java.lang.String dllName)
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |