public interface ContextInfo extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
getActivity() |
String |
getActor() |
String |
getAlias() |
String |
getAttachmentUID() |
int |
getCommand() |
String |
getComment() |
Date |
getDate() |
com.saperion.jni.SaJNIWfContext |
getJNIContext()
Converts to JNI context.
|
String |
getProcess() |
int |
getTransition() |
int |
getWorkingTime() |
boolean |
isSync() |
boolean |
isTrusted() |
void |
setActivity(int activity) |
void |
setActor(String actor) |
void |
setAlias(String alias) |
void |
setAttachmentUID(String uid) |
void |
setCommand(SaWFConstants.CommandId command) |
void |
setComment(String comment) |
void |
setDate(Date date) |
void |
setProcess(String process) |
void |
setSync(boolean sync) |
void |
setTransition(int transition) |
void |
setTrusted(boolean trusted) |
void |
setWorkingTime(int workingTime) |
com.saperion.jni.SaJNIWfContext getJNIContext()
String getProcess()
void setProcess(String process)
process
- the process to setint getCommand()
void setCommand(SaWFConstants.CommandId command)
command
- the command to setint getTransition()
void setTransition(int transition)
transition
- the transition to setint getActivity()
void setActivity(int activity)
activity
- the activity to setString getActor()
void setActor(String actor)
actor
- the actor to setString getAlias()
void setAlias(String alias)
alias
- the alias to setString getComment()
void setComment(String comment)
comment
- the comment to setDate getDate()
void setDate(Date date)
date
- the date to setint getWorkingTime()
void setWorkingTime(int workingTime)
workingTime
- the workingTime to setboolean isSync()
void setSync(boolean sync)
sync
- the sync to setboolean isTrusted()
void setTrusted(boolean trusted)
trusted
- the trusted to setString getAttachmentUID()
void setAttachmentUID(String uid)
uid
- Attachment UID (a HDOC)Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.