Package com.saperion.wf
Class ProcessInfoImpl
java.lang.Object
com.saperion.wf.WorkflowDataHolder
com.saperion.wf.ProcessInfoImpl
- All Implemented Interfaces:
ProcessInfo
,Serializable
Process info class.
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInfoImpl
(Map<String, Object> propertyMap, String ddcName) Constructor from property map. -
Method Summary
Modifier and TypeMethodDescriptionint
getOwner()
int
int
int
getWfUID()
void
setTaskUID
(String uid) void
writeXML
(ContentHandler hd, String partName) Writes data as xml part.Methods inherited from class com.saperion.wf.WorkflowDataHolder
getDateValue, getIntValue, getStringValue
-
Constructor Details
-
ProcessInfoImpl
Constructor from property map.- Parameters:
propertyMap
- Property MapddcName
- Process DDC name
-
-
Method Details
-
writeXML
Writes data as xml part.- Parameters:
hd
- Content handlerpartName
- Part name- Throws:
SAXException
- Exception
-
getWfUID
- Specified by:
getWfUID
in interfaceProcessInfo
- Returns:
- the dfUID
- See Also:
-
getWfFlag
public int getWfFlag()- Specified by:
getWfFlag
in interfaceProcessInfo
- Returns:
- the dfFlag
- See Also:
-
getWfError
public int getWfError()- Specified by:
getWfError
in interfaceProcessInfo
- Returns:
- the dfError
- See Also:
-
getTransitionId
public int getTransitionId()- Specified by:
getTransitionId
in interfaceProcessInfo
- Returns:
- the transitionId
- See Also:
-
getWfServer
- Specified by:
getWfServer
in interfaceProcessInfo
- Returns:
- the dfServer
- See Also:
-
getCreateDate
- Specified by:
getCreateDate
in interfaceProcessInfo
- Returns:
- the createDate
- See Also:
-
getProcessName
- Specified by:
getProcessName
in interfaceProcessInfo
- Returns:
- the processName
- See Also:
-
getActivityName
- Specified by:
getActivityName
in interfaceProcessInfo
- Returns:
- the activity name
- See Also:
-
getOwner
- Specified by:
getOwner
in interfaceProcessInfo
- Returns:
- the owner
- See Also:
-
getProcessTimeInfo
- Specified by:
getProcessTimeInfo
in interfaceProcessInfo
- Returns:
- the processTimeInfo
- See Also:
-
getAttachmentInfo
- Specified by:
getAttachmentInfo
in interfaceProcessInfo
- Returns:
- the attachmentInfo
- See Also:
-
getProcessDDC
- Specified by:
getProcessDDC
in interfaceProcessInfo
- Returns:
- Process DDC
- See Also:
-
getTaskID
- Specified by:
getTaskID
in interfaceProcessInfo
- Returns:
- Task SysRowId
- See Also:
-
getTaskUID
- Specified by:
getTaskUID
in interfaceProcessInfo
- Returns:
- Task HDOC
- See Also:
-
getNodeIndex
public int getNodeIndex()- Specified by:
getNodeIndex
in interfaceProcessInfo
- Returns:
- Node index
- See Also:
-
setTaskUID
- Specified by:
setTaskUID
in interfaceProcessInfo
- Parameters:
uid
- Task HDOC- See Also:
-