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 ContextInfo
ContextInfo.getJNIContext()
public String getProcess()
getProcess
in interface ContextInfo
ContextInfo.getProcess()
public void setProcess(String proc)
setProcess
in interface ContextInfo
proc
- the process to setContextInfo.setProcess(java.lang.String)
public int getCommand()
getCommand
in interface ContextInfo
ContextInfo.getCommand()
public void setCommand(SaWFConstants.CommandId cmd)
setCommand
in interface ContextInfo
cmd
- the command to setContextInfo.setCommand(com.saperion.constants.SaWFConstants.CommandId)
public int getTransition()
getTransition
in interface ContextInfo
ContextInfo.getTransition()
public void setTransition(int trans)
setTransition
in interface ContextInfo
trans
- the transition to setContextInfo.setTransition(int)
public int getActivity()
getActivity
in interface ContextInfo
ContextInfo.getActivity()
public void setActivity(int act)
setActivity
in interface ContextInfo
act
- the activity to setContextInfo.setActivity(int)
public String getActor()
getActor
in interface ContextInfo
ContextInfo.getActor()
public void setActor(String actorName)
setActor
in interface ContextInfo
actorName
- the actor to setContextInfo.setActor(java.lang.String)
public String getAlias()
getAlias
in interface ContextInfo
ContextInfo.getAlias()
public void setAlias(String aliasActor)
setAlias
in interface ContextInfo
aliasActor
- the alias to setContextInfo.setAlias(java.lang.String)
public String getComment()
getComment
in interface ContextInfo
ContextInfo.getComment()
public void setComment(String cmt)
setComment
in interface ContextInfo
cmt
- the comment to setContextInfo.setComment(java.lang.String)
public Date getDate()
getDate
in interface ContextInfo
ContextInfo.getDate()
public void setDate(Date d)
setDate
in interface ContextInfo
d
- the date to setContextInfo.setDate(java.util.Date)
public int getWorkingTime()
getWorkingTime
in interface ContextInfo
ContextInfo.getWorkingTime()
public void setWorkingTime(int time)
setWorkingTime
in interface ContextInfo
time
- the workingTime to setContextInfo.setWorkingTime(int)
public boolean isSync()
isSync
in interface ContextInfo
ContextInfo.isSync()
public void setSync(boolean isSync)
setSync
in interface ContextInfo
isSync
- the sync to setContextInfo.setSync(boolean)
public boolean isTrusted()
isTrusted
in interface ContextInfo
ContextInfo.isTrusted()
public void setTrusted(boolean isTrusted)
setTrusted
in interface ContextInfo
isTrusted
- the trusted to setContextInfo.setTrusted(boolean)
public String getAttachmentUID()
getAttachmentUID
in interface ContextInfo
ContextInfo.getAttachmentUID()
public void setAttachmentUID(String uid)
setAttachmentUID
in interface ContextInfo
uid
- Attachment UID (a HDOC)ContextInfo.setAttachmentUID(java.lang.String)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.