-
-
Uses of VWRoleDefinition in filenet.vw.api
Methods in filenet.vw.api that return VWRoleDefinition Modifier and Type Method and Description VWRoleDefinitionVWApplicationSpaceDefinition. createCopyOfRoleDefinition(java.lang.String roleName, VWRoleDefinition origRoleDef)Creates a new role definition using the data from the specified role definition.VWRoleDefinitionVWApplicationSpaceDefinition. createRoleDefinition(java.lang.String roleName)Creates a new role definition.VWRoleDefinitionVWApplicationSpaceDefinition. deleteRoleDefinition(java.lang.String roleName)Deletes the specified role definition.VWRoleDefinitionVWApplicationSpaceDefinition. 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 Modifier and Type Method and Description VWRoleDefinitionVWApplicationSpaceDefinition. createCopyOfRoleDefinition(java.lang.String roleName, VWRoleDefinition origRoleDef)Creates a new role definition using the data from the specified role definition.voidVWApplicationSpaceDefinition. updateRoleDefinition(VWRoleDefinition theRoleDefinition)Updates a role definition.
-