Process API

Uses of Class
filenet.vw.api.VWParticipant

Uses of VWParticipant in filenet.vw.api
 

Methods in filenet.vw.api that return VWParticipant
 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[] VWRoleDefinition.fetchRoleParticipants()
          Retrieves the members (users and/or groups) of this role definition.
 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 VWWorkObject.getOriginatorPx()
          Returns the VWParticipant (security) object that represents the user who initiated the workflow process containing the current step.
 VWParticipant VWWorkflowHistory.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 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 containing the names of 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.
 

Methods in filenet.vw.api with parameters of type VWParticipant
 void VWRosterDefinition.setCreateSecurityPx(VWParticipant[] thePxList)
          Sets create access on the roster for the users and/or groups specified by the passed-in array of VWParticipant objects.
 void VWStepDefinition.setParticipants(VWParticipant[] theParticipants)
          Sets the participant's property value for the step.
 void VWRosterDefinition.setReadSecurityPx(VWParticipant[] thePxList)
          Sets read access privilege on this roster for the users and/or groups represented by the passed-in array of VWParticipant objects.
 void VWQueueDefinition.setReadSecurityPx(VWParticipant[] thePxList)
          Sets Read access to the current queue for the users and/or groups referenced by the VWParticipant objects specified.
 void VWApplicationSpaceDefinition.setReadSecurityPx(VWParticipant[] newReadSecurityPx)
          Deprecated.  
 void VWRoleDefinition.setRoleParticipants(VWParticipant[] members)
          Sets the members (users and/or groups) of this role definition.
 void VWRosterDefinition.setWriteSecurityPx(VWParticipant[] thePxList)
          Sets write access to the current roster for the users and / or groups specified by the passed-in array of VWParticipant objects.
 void VWQueueDefinition.setWriteSecurityPx(VWParticipant[] thePxList)
          Sets Write access to the current queue for the users and/or groups referenced by the VWParticipant objects specified.
 void VWApplicationSpaceDefinition.setWriteSecurityPx(VWParticipant[] newWriteSecurityPx)
          Sets the Write access for this object.
 


Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.