|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.InstanceStamp
InstanceActivityPair
instead.
@Deprecated public class InstanceStamp
This class keeps the minimal information about the Process Instance needed in the engine side in order
to perform any operation over an instance.
It is needed when an operation over an instance has to be done through PAPI.
This stamp will carry the instance information, and the activity where this
instance is suposed to be.
To create an InstanceStamp use any of the getStamp(...) methods in InstanceInfo.
InstanceInfo
,
Serialized FormMethod Summary | |
---|---|
static InstanceStamp |
create(String stampId)
Deprecated. Creates an InstanceStam from an StampId |
static InstanceStamp |
create(String instanceId,
String activityName)
Deprecated. Creates an InstanceStamp object. |
String |
getActivityName()
Deprecated. Returns the activity name where the carried instance is suposed to be. |
String |
getId()
Deprecated. Returns the identificator for this stamp. |
String |
getInstanceId()
Deprecated. Returns the instanceId carried in this stamp. |
int |
getInstanceIn()
Deprecated. Returns the instance identificator number. |
String |
getProcessId()
Deprecated. Returns the process identificator for this instance. |
int |
getThreadIn()
Deprecated. Returns the thread identificator numberfor this instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final InstanceStamp create(String instanceId, String activityName)
instanceId
- activityName
-
public static final InstanceStamp create(String stampId)
stampId
- instanceId/activityName
public String getActivityName()
public String getId()
InstanceInfo.getStamp(String)
public String getInstanceId()
public int getInstanceIn()
public String getProcessId()
public int getThreadIn()
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |