Package com.saperion.intf.wf
Interface TaskInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TaskInfoImpl
Step information interface.
- Author:
- rbo
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
canTake()
int
getActor()
int
getFlags()
int
getUserDefined
(String fieldName) boolean
boolean
boolean
boolean
boolean
isAdhoc()
boolean
boolean
boolean
isError()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isPaused()
boolean
isProxy()
boolean
boolean
-
Method Details
-
getErrMsg
String getErrMsg()- Returns:
- the errMsg
-
getUserDefined
Map<String,SaPropertyValue> getUserDefined()- Returns:
- the userDefined fields
-
getSysFields
Map<String,SaPropertyValue> getSysFields()- Returns:
- the system fields
-
getUserDefined
- Parameters:
fieldName
- Field name- Returns:
- Field value
-
getEscalationHoldInfo
EscalationHoldInfo getEscalationHoldInfo()- Returns:
- the escalationHoldInfo
-
getTaskTimeInfo
TimeInfo getTaskTimeInfo()- Returns:
- the taskTimeInfo
-
getLastTaskInfo
LastTaskInfo getLastTaskInfo()- Returns:
- the lastInfo
-
getProcessInfo
ProcessInfo getProcessInfo()- Returns:
- the processInfo
-
getSubject
String getSubject()- Returns:
- the subject
-
getPriority
int getPriority()- Returns:
- the priority
-
getActivityId
int getActivityId()- Returns:
- the activity Id
-
getActor
ActorInfo getActor()- Returns:
- the user
-
getDescription
String getDescription()- Returns:
- the description
-
getFlags
int getFlags()- Returns:
- the flags
-
getInfoFlags
TaskInfoFlags getInfoFlags()- Returns:
- Task info flags
-
getReceiveDate
Date getReceiveDate()- Returns:
- the receiveDate
-
isEntryOrExitFailed
boolean isEntryOrExitFailed()- Returns:
- Entry or exit failed
-
isEscalation
boolean isEscalation()- Returns:
- escalation (missed deadline)
-
isReminder
boolean isReminder()- Returns:
- Is reminder
-
isError
boolean isError()- Returns:
- error in task
-
isAdhoc
boolean isAdhoc()- Returns:
- Is adhoc
-
canNotResponsible
boolean canNotResponsible()- Returns:
- Can not responsible
-
canForward
boolean canForward()- Returns:
- Can forward
-
canApprove
boolean canApprove()- Returns:
- Can approve
-
canReject
boolean canReject()- Returns:
- Can reject
-
canRework
boolean canRework()- Returns:
- Can rework
-
canTake
boolean canTake()- Returns:
- Can take
-
canEditDoc
boolean canEditDoc()- Returns:
- Can edit doc
-
canEditDocindex
boolean canEditDocindex()- Returns:
- Can edit document index
-
canEditIndex
boolean canEditIndex()- Returns:
- Can edit index
-
isLockDoc
boolean isLockDoc()- Returns:
- Is lock doc
-
isReminderReached
boolean isReminderReached()- Returns:
- reminder reached
-
canDelete
boolean canDelete()- Returns:
- can delete (the only workflow-item that can be deleted is a notification)
-
isPaused
boolean isPaused()- Returns:
- task is paused
-
isInactive
boolean isInactive()- Returns:
- Is inactive
-
canPutBack
boolean canPutBack()- Returns:
- can put back (is a pool task)
-
isNewCommentSet
boolean isNewCommentSet()- Returns:
- New comment set
-
hasChilds
boolean hasChilds()- Returns:
- Has childs
-
hasComment
boolean hasComment()- Returns:
- Has comment
-
hasNewComment
boolean hasNewComment()- Returns:
- task has new comment
-
hasNewHistoryCommentSet
boolean hasNewHistoryCommentSet()- Returns:
- New history comment set
-
isClientaction
boolean isClientaction()- Returns:
- Is client action
-
isProxy
boolean isProxy()- Returns:
- user is a substitute
-
isNotPresent
boolean isNotPresent()- Returns:
- Not present
-
isNotification
boolean isNotification()- Returns:
- Is notification
-