Process API

Uses of Class
filenet.vw.api.VWRoleDefinition

Uses of VWRoleDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWRoleDefinition
 VWRoleDefinition VWApplicationSpaceDefinition.createCopyOfRoleDefinition(java.lang.String roleName, VWRoleDefinition origRoleDef)
          Creates a new role definition using the data from the specified role definition.
 VWRoleDefinition VWApplicationSpaceDefinition.createRoleDefinition(java.lang.String roleName)
          Creates a new role definition.
 VWRoleDefinition VWApplicationSpaceDefinition.deleteRoleDefinition(java.lang.String roleName)
          Deletes the specified role definition.
 VWRoleDefinition VWApplicationSpaceDefinition.getRoleDefinition(java.lang.String roleName)
          Gets the specified role definition, or null if the role cannot be found.
 VWRoleDefinition[] VWApplicationSpaceDefinition.getRoleDefinitions()
          Gets the role definitions.
 

Methods in filenet.vw.api with parameters of type VWRoleDefinition
 VWRoleDefinition VWApplicationSpaceDefinition.createCopyOfRoleDefinition(java.lang.String roleName, VWRoleDefinition origRoleDef)
          Creates a new role definition using the data from the specified role definition.
 void VWApplicationSpaceDefinition.updateRoleDefinition(VWRoleDefinition theRoleDefinition)
          Updates a role definition.
 


Process API

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