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 TypeMethodDescriptionintgetOwner()intintintgetWfUID()voidsetTaskUID(String uid) voidwriteXML(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:
getWfUIDin interfaceProcessInfo- Returns:
- the dfUID
- See Also:
-
getWfFlag
public int getWfFlag()- Specified by:
getWfFlagin interfaceProcessInfo- Returns:
- the dfFlag
- See Also:
-
getWfError
public int getWfError()- Specified by:
getWfErrorin interfaceProcessInfo- Returns:
- the dfError
- See Also:
-
getTransitionId
public int getTransitionId()- Specified by:
getTransitionIdin interfaceProcessInfo- Returns:
- the transitionId
- See Also:
-
getWfServer
- Specified by:
getWfServerin interfaceProcessInfo- Returns:
- the dfServer
- See Also:
-
getCreateDate
- Specified by:
getCreateDatein interfaceProcessInfo- Returns:
- the createDate
- See Also:
-
getProcessName
- Specified by:
getProcessNamein interfaceProcessInfo- Returns:
- the processName
- See Also:
-
getActivityName
- Specified by:
getActivityNamein interfaceProcessInfo- Returns:
- the activity name
- See Also:
-
getOwner
- Specified by:
getOwnerin interfaceProcessInfo- Returns:
- the owner
- See Also:
-
getProcessTimeInfo
- Specified by:
getProcessTimeInfoin interfaceProcessInfo- Returns:
- the processTimeInfo
- See Also:
-
getAttachmentInfo
- Specified by:
getAttachmentInfoin interfaceProcessInfo- Returns:
- the attachmentInfo
- See Also:
-
getProcessDDC
- Specified by:
getProcessDDCin interfaceProcessInfo- Returns:
- Process DDC
- See Also:
-
getTaskID
- Specified by:
getTaskIDin interfaceProcessInfo- Returns:
- Task SysRowId
- See Also:
-
getTaskUID
- Specified by:
getTaskUIDin interfaceProcessInfo- Returns:
- Task HDOC
- See Also:
-
getNodeIndex
public int getNodeIndex()- Specified by:
getNodeIndexin interfaceProcessInfo- Returns:
- Node index
- See Also:
-
setTaskUID
- Specified by:
setTaskUIDin interfaceProcessInfo- Parameters:
uid- Task HDOC- See Also:
-