| Added Methods |
void activityAbort(Activity, InstanceInfo)
|
Locates instance in activity and aborts the main task. |
void activityAbort(Activity, int, InstanceId)
|
Locates instance identified by instanceId in activity and aborts the running task identified
by taskIn. |
void activityAbort(Activity, int, InstanceInfo)
|
Locates instance in activity and aborts the running task identified
by taskIn. |
void attachmentCheckIn(String, String, File)
|
Checks in an attachment.
If successful, this will always generate a new attachment version. |
void attachmentCheckOutToStream(String, OutputStream)
|
Writes the attachment to the specified output stream. |
void attachmentEdit(String)
|
Obtains a version lock for the attachment. |
void attachmentRelease(String)
|
Releases the version lock for the attachment. |
void instanceAttach(String, String, String, String, File, String, Locale)
|
Attaches a file with the specified content type to this process instance. |
void instanceAttach(String, String, String, String, File, String, Locale, AttachmentStorageType)
|
Attaches a file with the specified content type to this process instance. |
ParticipantList instanceGetParticipants(String, String, ParticipantFor, String, int)
|
Gets a list of participants that the specified instance can be assigned to. |
void instanceLinkExternalAttachment(String, String, AttachmentStorageType)
|
Links an external attachment (stored in an external storage repository) to the instance. |
ParticipantList instancesGetParticipants(InstanceActivityPairSet, ParticipantFor)
|
Gets a list of participants that the specified set of instances can be assigned to. |
ParticipantList instancesGetParticipants(InstanceActivityPairSet, ParticipantFor, String, int)
|
Gets a list of participants that the specified set of instances can be assigned to. |
void instancesReassign(InstanceActivityPairSet, String)
|
Reassigns the instance to the specified participant. |
ObjectClassInstance objectClassInstanceFetchByName(String, String)
|
Retrieves an instance of the specified object class and name. |
ObjectClassInstance[] objectClassInstanceFetchByParticipants(String, String[])
|
Retrieves an array of instances for the specified object class that is visible to any of the participants. |
ObjectClassInstance[] objectClassInstanceFetchByRoles(String, String[])
|
Retrieves an array of instances for the specified object class that is visible to any of the roles. |
ObjectClassInstance[] objectClassInstanceFetchByRolesAndParticipants(String, String[], String[])
|
Retrieves an array of instances for the specified object class that is visible to any of the roles and participants. |
StringList organizations()
|
Gets all organization names which the Session is connected to. |
EditablePresentation presentationEdit(Presentation)
|
Gets an EditablePresentation from a Presentation. |
InstanceInfo processCreateInstance(String, String, Arguments, String, String, String, File, String, Locale)
|
|
InstanceInfo processCreateInstance(String, String, Arguments, String, String, String, File, String, Locale, AttachmentStorageType)
|
|
void updateSecurityToken(String, Object)
|
Updates the current session security token type and token. |
ProcessServiceAdminSession upgradeToAdminSession()
|
Creates an administration session based on this ProcessServiceSession. |
| Changed Methods |
ParticipantsForActivities instancesGetTargetParticipants(InstanceActivityPairSet)
|
Now deprecated.
|
use {@link #instancesGetTargetActivities} and {@link #instancesGetTargetParticipantsForActivity} instead. |
int processGetIn(String)
|
Now deprecated.
|
'In' is not a valid identifier in all environments. |
void activityAbort(Activity, InstanceId)
|
Now deprecated.
|
use {@link #activityAbort(Activity, InstanceInfo)} |
ParticipantList instanceGetParticipants(String, ParticipantFor)
|
Now deprecated.
|
use {@link #instanceGetParticipants(String, String, ParticipantFor, String, int)} instead |
ParticipantList instanceGetParticipants(String, String, ParticipantFor)
|
Now deprecated.
|
use {@link #instanceGetParticipants(String, String, ParticipantFor, String, int)} instead |
Process processGet(int)
|
Now deprecated.
|
'In' is not a valid identifier in all environments. |