Package com.saperion.intf.wf
Interface ContextInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ContextInfoImpl
Context info interface.
- Author:
- rbo
-
Method Summary
Modifier and TypeMethodDescriptionintgetActor()getAlias()intgetDate()com.saperion.jni.SaJNIWfContextConverts to JNI context.intintbooleanisSync()booleanvoidsetActivity(int activity) voidvoidvoidsetAttachmentUID(String uid) voidsetCommand(SaWFConstants.CommandId command) voidsetComment(String comment) voidvoidsetProcess(String process) voidsetSync(boolean sync) voidsetTransition(int transition) voidsetTrusted(boolean trusted) voidsetWorkingTime(int workingTime)
-
Method Details
-
getJNIContext
com.saperion.jni.SaJNIWfContext getJNIContext()Converts to JNI context.- Returns:
- JNI Context
-
getProcess
String getProcess()- Returns:
- the process
-
setProcess
- Parameters:
process- the process to set
-
getCommand
int getCommand()- Returns:
- the command
-
setCommand
- Parameters:
command- the command to set
-
getTransition
int getTransition()- Returns:
- the transition
-
setTransition
void setTransition(int transition) - Parameters:
transition- the transition to set
-
getActivity
int getActivity()- Returns:
- the activity
-
setActivity
void setActivity(int activity) - Parameters:
activity- the activity to set
-
getActor
String getActor()- Returns:
- the actor
-
setActor
- Parameters:
actor- the actor to set
-
getAlias
String getAlias()- Returns:
- the alias
-
setAlias
- Parameters:
alias- the alias to set
-
getComment
String getComment()- Returns:
- the comment
-
setComment
- Parameters:
comment- the comment to set
-
getDate
Date getDate()- Returns:
- the date
-
setDate
- Parameters:
date- the date to set
-
getWorkingTime
int getWorkingTime()- Returns:
- the workingTime
-
setWorkingTime
void setWorkingTime(int workingTime) - Parameters:
workingTime- the workingTime to set
-
isSync
boolean isSync()- Returns:
- the sync
-
setSync
void setSync(boolean sync) - Parameters:
sync- the sync to set
-
isTrusted
boolean isTrusted()- Returns:
- the trusted
-
setTrusted
void setTrusted(boolean trusted) - Parameters:
trusted- the trusted to set
-
getAttachmentUID
String getAttachmentUID()- Returns:
- Attachment UID (a HDOC)
-
setAttachmentUID
- Parameters:
uid- Attachment UID (a HDOC)
-