VWParticipant[] |
VWSession.convertIdsToUserNamesPx(long[] userIds)
Converts a list of user IDs to the associated user names (contained in a VWParticipant array).
|
VWParticipant |
VWSession.convertIdToUserNamePx(long userId)
Converts a single user ID to the associated user name (contained in a VWParticipant array).
|
VWParticipant[] |
VWSession.fetchParticipantsPx(java.lang.String secDomainName,
java.lang.String[] theNameList)
Gets general user security information about
specified users in a domain.
|
VWParticipant[] |
VWSession.fetchRoleMembers(java.lang.String appSpaceName,
java.lang.String roleName)
Retrieves the role membership for the specified application space name and role name.
|
VWParticipant[] |
VWRoleDefinition.fetchRoleParticipants()
Retrieves the members (users and/or groups) of this role definition.
|
VWParticipant |
VWQueueElement.getBoundUserPx()
Returns the VWParticipant (security) object that represents
the user who is bound to the current work object.
|
VWParticipant |
VWParticipantHistory.getCompletionUserPx()
Returns the participant who completed, delegated, reassigned,
returned or terminated the workflow step, as an instance of a
VWParticipant object.
|
VWParticipant[] |
VWRosterDefinition.getCreateSecurityPx()
Returns an array of VWParticipant objects that names the
users and/or groups who have create access to the roster.
|
VWParticipant |
VWWorkObject.getLockedUserPx()
Returns the VWParticipant (security) object that represents
the user who locked the current work object.
|
VWParticipant |
VWStepElement.getLockedUserPx()
Returns the security object (VWParticipant) representing
the user who locked the current work object.
|
VWParticipant |
VWQueueElement.getLockedUserPx()
Returns the VWParticipant (security) object that represents
the user who locked the current work object.
|
VWParticipant |
VWUserInfo.getNamePx()
Returns the VWParticipant security object for the current user.
|
VWParticipant |
VWWorkflowHistory.getOriginatorPx()
Returns the VWParticipant (security) object that
represents the user
who initiated the workflow process containing the
current step.
|
VWParticipant |
VWWorkObject.getOriginatorPx()
Returns the VWParticipant (security) object that
represents the user
who initiated the workflow process containing the
current step.
|
VWParticipant |
VWStepElement.getOriginatorPx()
Returns the security object (VWParticipant) representing the user who initiated the workflow process containing
this instance.
|
VWParticipant |
VWRosterElement.getOriginatorPx()
Returns the VWParticipant (security) object that
represents the user
who initiated the workflow process containing the
current step.
|
VWParticipant |
VWWorkObject.getParticipantNamePx()
Returns a VWParticipant (security) object that represents
the current participant.
|
VWParticipant |
VWStepElement.getParticipantNamePx()
Returns the security object (VWParticipant) representing the current participant.
|
VWParticipant |
VWParticipantHistory.getParticipantNamePx()
Returns a VWParticipant (security) object that represents
the current participant.
|
VWParticipant[] |
VWStepDefinition.getParticipants()
Gets the participants property value for the step.
|
VWParticipant[] |
VWRole.getParticipants()
Gets the participants for this local role object.
|
VWParticipant |
VWUserInfo.getProxyUserNamePx()
Gets the proxy user name as an instance of a VWParticipant
object.
|
VWParticipant[] |
VWTableDefinition.getReadSecurityPx()
Returns an array of VWParticipant objects that specifies
users and/or groups who have read access.
|
VWParticipant[] |
VWRosterDefinition.getReadSecurityPx()
Returns an array VWParticipant objects that specifies the users
and/or groups who currently have read access to the roster.
|
VWParticipant[] |
VWQueueDefinition.getReadSecurityPx()
Gets the VWParticipant objects for the users and/or groups having Write access to
this queue.
|
VWParticipant[] |
VWApplicationSpaceDefinition.getReadSecurityPx()
Deprecated.
|
VWParticipant[] |
VWWorkObject.getTrackersPx()
Returns an array of VWParticipant objects for the tracker
participants associated with this work object.
|
VWParticipant |
VWWorkflowSignature.getTransferUserNamePx()
Returns the participant object for the user who transferred
the associated workflow definition.
|
VWParticipant |
VWParticipantHistory.getUserNamePx()
Returns a VWParticipant object for the participant who completed,
reassigned or delegated the work object for this step.
|
VWParticipant |
VWLogElement.getUserNamePx()
Gets the security object of the user associated with the log record.
|
VWParticipant[] |
VWTableDefinition.getWriteSecurityPx()
Returns an array of VWParticipant objects that specifies
users and/or groups who have write access.
|
VWParticipant[] |
VWRosterDefinition.getWriteSecurityPx()
Returns an array of VWParticipant objects for the user and/or groups who have write
access to this roster.
|
VWParticipant[] |
VWQueueDefinition.getWriteSecurityPx()
Gets the VWParticipant objects for the users and/or groups having Write access to
this queue.
|
VWParticipant[] |
VWApplicationSpaceDefinition.getWriteSecurityPx()
Gets the VWParticipant objects specifying the users and/or groups who have write access to the application
space.
|
VWParticipant[] |
VWRole.refreshParticipants()
Retrieves from the Process Engine server the current participant names specified in this role object.
|
VWParticipant[] |
VWRole.saveParticipants(java.lang.String[] removeParticipantNames,
java.lang.String[] addParticipantNames)
Saves to the Process Engine server the current participant names specified in this role object.
|