Add a set of permissions to be allowed by the filter.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFOperationFilterBuilder allowByPermissions( DOFPermissionSet permissions )
Parameters
- permissions
- Type: org.opendof.core.oal.securityDOFPermissionSet
The permissions to be allowed by the filter. Null is ignored.
Return Value
Type: DOFOperationFilterBuilderThe builder.
Remarks
See Also