Package com.saperion.wf
Class TaskInfoImpl
java.lang.Object
com.saperion.wf.WorkflowDataHolder
com.saperion.wf.TaskInfoImpl
- All Implemented Interfaces:
TaskInfo,Serializable
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskInfoImpl(Map<String, Object> propertyMap, String ddcName, Map<String, SaConstants.SaFieldType> fieldTypes) Constructor from property map. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleancanTake()intgetActor()intgetFlags()intgetUserDefined(String fieldName) booleanbooleanbooleanbooleanbooleanisAdhoc()booleanbooleanbooleanisError()booleanbooleanbooleanbooleanbooleanbooleanbooleanisPaused()booleanisProxy()booleanbooleanvoidWrites data as xml part.Methods inherited from class com.saperion.wf.WorkflowDataHolder
getDateValue, getIntValue, getStringValue
-
Constructor Details
-
Method Details
-
writeXML
Writes data as xml part.- Parameters:
hd- Content handler- Throws:
SAXException- Exception
-
getErrMsg
-
getUserDefined
- Specified by:
getUserDefinedin interfaceTaskInfo- Returns:
- the userDefined fields
- See Also:
-
getSysFields
- Specified by:
getSysFieldsin interfaceTaskInfo- Returns:
- the system fields
- See Also:
-
getUserDefined
- Specified by:
getUserDefinedin interfaceTaskInfo- Parameters:
fieldName- Field name- Returns:
- Field value
- See Also:
-
getEscalationHoldInfo
- Specified by:
getEscalationHoldInfoin interfaceTaskInfo- Returns:
- the escalationHoldInfo
- See Also:
-
getTaskTimeInfo
- Specified by:
getTaskTimeInfoin interfaceTaskInfo- Returns:
- the taskTimeInfo
- See Also:
-
getLastTaskInfo
- Specified by:
getLastTaskInfoin interfaceTaskInfo- Returns:
- the lastInfo
- See Also:
-
getProcessInfo
- Specified by:
getProcessInfoin interfaceTaskInfo- Returns:
- the processInfo
- See Also:
-
getSubject
- Specified by:
getSubjectin interfaceTaskInfo- Returns:
- the subject
- See Also:
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceTaskInfo- Returns:
- the priority
- See Also:
-
getActivityId
public int getActivityId()- Specified by:
getActivityIdin interfaceTaskInfo- Returns:
- the activity Id
- See Also:
-
getActor
-
getDescription
- Specified by:
getDescriptionin interfaceTaskInfo- Returns:
- the description
- See Also:
-
getFlags
public int getFlags() -
getInfoFlags
- Specified by:
getInfoFlagsin interfaceTaskInfo- Returns:
- Task info flags
- See Also:
-
getReceiveDate
- Specified by:
getReceiveDatein interfaceTaskInfo- Returns:
- the receiveDate
- See Also:
-
canDelete
public boolean canDelete() -
canPutBack
public boolean canPutBack()- Specified by:
canPutBackin interfaceTaskInfo- Returns:
- can put back (is a pool task)
- See Also:
-
isError
public boolean isError() -
isEscalation
public boolean isEscalation()- Specified by:
isEscalationin interfaceTaskInfo- Returns:
- escalation (missed deadline)
- See Also:
-
hasNewComment
public boolean hasNewComment()- Specified by:
hasNewCommentin interfaceTaskInfo- Returns:
- task has new comment
- See Also:
-
isPaused
public boolean isPaused() -
isProxy
public boolean isProxy() -
isReminderReached
public boolean isReminderReached()- Specified by:
isReminderReachedin interfaceTaskInfo- Returns:
- reminder reached
- See Also:
-
canApprove
public boolean canApprove()- Specified by:
canApprovein interfaceTaskInfo- Returns:
- Can approve
- See Also:
-
canEditDoc
public boolean canEditDoc()- Specified by:
canEditDocin interfaceTaskInfo- Returns:
- Can edit doc
- See Also:
-
canEditDocindex
public boolean canEditDocindex()- Specified by:
canEditDocindexin interfaceTaskInfo- Returns:
- Can edit document index
- See Also:
-
canEditIndex
public boolean canEditIndex()- Specified by:
canEditIndexin interfaceTaskInfo- Returns:
- Can edit index
- See Also:
-
canForward
public boolean canForward()- Specified by:
canForwardin interfaceTaskInfo- Returns:
- Can forward
- See Also:
-
canNotResponsible
public boolean canNotResponsible()- Specified by:
canNotResponsiblein interfaceTaskInfo- Returns:
- Can not responsible
- See Also:
-
canReject
public boolean canReject() -
canRework
public boolean canRework() -
canTake
public boolean canTake() -
hasChilds
public boolean hasChilds() -
hasComment
public boolean hasComment()- Specified by:
hasCommentin interfaceTaskInfo- Returns:
- Has comment
- See Also:
-
hasNewHistoryCommentSet
public boolean hasNewHistoryCommentSet()- Specified by:
hasNewHistoryCommentSetin interfaceTaskInfo- Returns:
- New history comment set
- See Also:
-
isAdhoc
public boolean isAdhoc() -
isClientaction
public boolean isClientaction()- Specified by:
isClientactionin interfaceTaskInfo- Returns:
- Is client action
- See Also:
-
isEntryOrExitFailed
public boolean isEntryOrExitFailed()- Specified by:
isEntryOrExitFailedin interfaceTaskInfo- Returns:
- Entry or exit failed
- See Also:
-
isInactive
public boolean isInactive()- Specified by:
isInactivein interfaceTaskInfo- Returns:
- Is inactive
- See Also:
-
isLockDoc
public boolean isLockDoc() -
isNewCommentSet
public boolean isNewCommentSet()- Specified by:
isNewCommentSetin interfaceTaskInfo- Returns:
- New comment set
- See Also:
-
isNotPresent
public boolean isNotPresent()- Specified by:
isNotPresentin interfaceTaskInfo- Returns:
- Not present
- See Also:
-
isNotification
public boolean isNotification()- Specified by:
isNotificationin interfaceTaskInfo- Returns:
- Is notification
- See Also:
-
isReminder
public boolean isReminder()- Specified by:
isReminderin interfaceTaskInfo- Returns:
- Is reminder
- See Also:
-