Add all permissions from another permission set.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFPermissionSetBuilder addPermissions( DOFPermissionSet permissions )
Parameters
- permissions
- Type: org.opendof.core.oal.securityDOFPermissionSet
The permissions to add. Null is ignored.
Return Value
Type: DOFPermissionSetBuilderThe builder.
Remarks
See Also