|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectClassInstance
It represents an ObjectClassInstance, it contains the object class instance metadata and value.
This information can be obtained from a PAPI administrator session.
ProcessServiceSession.objectClassInstanceFetchByName(String, String)| Method Summary | |
|---|---|
String[] |
getAssignedParticipants()
Returns an array of participants this instance is visible to. |
String[] |
getAssignedRoles()
Returns an array of roles this instance is visible to. |
String |
getInstanceXml()
Returns the serialized instance in xml format. |
String |
getName()
Returns the name for this object class instance. |
String |
getObjectClass()
Returns the object class for this instance. |
void |
setAssignedParticipants(String[] assignedParticipants)
Sets the array of participants this instance is visible to. |
void |
setAssignedRoles(String[] assignedRoles)
Sets the array of roles this instance is visible to. |
void |
setInstanceXml(String instanceXml)
Sets the serialized instance in xml format. |
| Method Detail |
|---|
String getName()
String getObjectClass()
String[] getAssignedParticipants()
String[] getAssignedRoles()
String getInstanceXml()
void setAssignedParticipants(String[] assignedParticipants)
assignedParticipants - The participants' Id this instance is visible to.void setAssignedRoles(String[] assignedRoles)
assignedRoles - The roles' Id this instance is visible to.void setInstanceXml(String instanceXml)
instanceXml - the serialized instance in xml.
|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||