• Uses of VWParticipant in filenet.vw.api

      Methods in filenet.vw.api that return VWParticipant 
      Modifier and Type Method and Description
      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 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 VWWorkObject.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 VWStepElement.getOriginatorPx()
      Returns the security object (VWParticipant) representing the user who initiated the workflow process containing this instance.
      VWParticipant VWWorkflowHistory.getOriginatorPx()
      Returns the VWParticipant (security) object that represents the user who initiated the workflow process containing the current step.
      VWParticipant VWRosterElement.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.getParticipantNamePx()
      Returns the security object (VWParticipant) representing the current participant.
      VWParticipant VWParticipantHistory.getParticipantNamePx()
      Returns a VWParticipant (security) object that represents the current participant.
      VWParticipant VWWorkObject.getParticipantNamePx()
      Returns a VWParticipant (security) object that represents the current participant.
      VWParticipant[] VWRole.getParticipants()
      Gets the participants for this local role object.
      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[] VWRosterDefinition.getReadSecurityPx()
      Returns an array VWParticipant objects that specifies the users and/or groups who currently have read access to the roster.
      VWParticipant[] VWTableDefinition.getReadSecurityPx()
      Returns an array of VWParticipant objects that specifies users and/or groups who have read access.
      VWParticipant[] VWApplicationSpaceDefinition.getReadSecurityPx()
      Deprecated.  
      VWParticipant[] VWQueueDefinition.getReadSecurityPx()
      Gets the VWParticipant objects for the users and/or groups having Write access to this queue.
      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 VWLogElement.getUserNamePx()
      Gets the security object of the user associated with the log record.
      VWParticipant VWParticipantHistory.getUserNamePx()
      Returns a VWParticipant object for the participant who completed, reassigned or delegated the work object for this step.
      VWParticipant[] VWRosterDefinition.getWriteSecurityPx()
      Returns an array of VWParticipant objects for the user and/or groups who have write access to this roster.
      VWParticipant[] VWTableDefinition.getWriteSecurityPx()
      Returns an array of VWParticipant objects that specifies users and/or groups who have write access.
      VWParticipant[] VWApplicationSpaceDefinition.getWriteSecurityPx()
      Gets the VWParticipant objects specifying the users and/or groups who have write access to the application space.
      VWParticipant[] VWQueueDefinition.getWriteSecurityPx()
      Gets the VWParticipant objects for the users and/or groups having Write access to this queue.
      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.
      Methods in filenet.vw.api with parameters of type VWParticipant 
      Modifier and Type Method and Description
      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 VWApplicationSpaceDefinition.setReadSecurityPx(VWParticipant[] newReadSecurityPx)
      Deprecated.  
      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 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 VWApplicationSpaceDefinition.setWriteSecurityPx(VWParticipant[] newWriteSecurityPx)
      Sets the Write access for this object.
      void VWQueueDefinition.setWriteSecurityPx(VWParticipant[] thePxList)
      Sets Write access to the current queue for the users and/or groups referenced by the VWParticipant objects specified.

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