public class ContextInfoImpl extends Object implements ContextInfo
| Constructor and Description |
|---|
ContextInfoImpl(String actorName,
String processName,
SaWFConstants.CommandId cmd)
Constructor.
|
| 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 act) |
void |
setActor(String actorName) |
void |
setAlias(String aliasActor) |
void |
setAttachmentUID(String uid) |
void |
setCommand(SaWFConstants.CommandId cmd) |
void |
setComment(String cmt) |
void |
setDate(Date d) |
void |
setProcess(String proc) |
void |
setSync(boolean isSync) |
void |
setTransition(int trans) |
void |
setTrusted(boolean isTrusted) |
void |
setWorkingTime(int time) |
public ContextInfoImpl(String actorName, String processName, SaWFConstants.CommandId cmd)
actorName - Actor nameprocessName - Process namecmd - Commandpublic com.saperion.jni.SaJNIWfContext getJNIContext()
getJNIContext in interface ContextInfoContextInfo.getJNIContext()public String getProcess()
getProcess in interface ContextInfoContextInfo.getProcess()public void setProcess(String proc)
setProcess in interface ContextInfoproc - the process to setContextInfo.setProcess(java.lang.String)public int getCommand()
getCommand in interface ContextInfoContextInfo.getCommand()public void setCommand(SaWFConstants.CommandId cmd)
setCommand in interface ContextInfocmd - the command to setContextInfo.setCommand(com.saperion.constants.SaWFConstants.CommandId)public int getTransition()
getTransition in interface ContextInfoContextInfo.getTransition()public void setTransition(int trans)
setTransition in interface ContextInfotrans - the transition to setContextInfo.setTransition(int)public int getActivity()
getActivity in interface ContextInfoContextInfo.getActivity()public void setActivity(int act)
setActivity in interface ContextInfoact - the activity to setContextInfo.setActivity(int)public String getActor()
getActor in interface ContextInfoContextInfo.getActor()public void setActor(String actorName)
setActor in interface ContextInfoactorName - the actor to setContextInfo.setActor(java.lang.String)public String getAlias()
getAlias in interface ContextInfoContextInfo.getAlias()public void setAlias(String aliasActor)
setAlias in interface ContextInfoaliasActor - the alias to setContextInfo.setAlias(java.lang.String)public String getComment()
getComment in interface ContextInfoContextInfo.getComment()public void setComment(String cmt)
setComment in interface ContextInfocmt - the comment to setContextInfo.setComment(java.lang.String)public Date getDate()
getDate in interface ContextInfoContextInfo.getDate()public void setDate(Date d)
setDate in interface ContextInfod - the date to setContextInfo.setDate(java.util.Date)public int getWorkingTime()
getWorkingTime in interface ContextInfoContextInfo.getWorkingTime()public void setWorkingTime(int time)
setWorkingTime in interface ContextInfotime - the workingTime to setContextInfo.setWorkingTime(int)public boolean isSync()
isSync in interface ContextInfoContextInfo.isSync()public void setSync(boolean isSync)
setSync in interface ContextInfoisSync - the sync to setContextInfo.setSync(boolean)public boolean isTrusted()
isTrusted in interface ContextInfoContextInfo.isTrusted()public void setTrusted(boolean isTrusted)
setTrusted in interface ContextInfoisTrusted - the trusted to setContextInfo.setTrusted(boolean)public String getAttachmentUID()
getAttachmentUID in interface ContextInfoContextInfo.getAttachmentUID()public void setAttachmentUID(String uid)
setAttachmentUID in interface ContextInfouid - Attachment UID (a HDOC)ContextInfo.setAttachmentUID(java.lang.String)Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.