public enum WFAccessType extends java.lang.Enum<WFAccessType>
Represents the type of the access control for GRC object and transitions. Note that the access control for workflow is restricting access on top of the standard access control ( such as folder based security, record level security rules )
| Modifier and Type | Class and Description |
|---|---|
static class |
WFAccessType.WFAccess
Represents types of access
|
static class |
WFAccessType.WFRole
Represents types of roles
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(WFAccessType.WFAccess access,
WFAccessType.WFRole role)
Returns true when the given role is authorized to run the given access operation
|
static WFAccessType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WFAccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFAccessType strict
public static final WFAccessType open
public static final WFAccessType standard
public static final WFAccessType read
public static WFAccessType[] values()
for (WFAccessType c : WFAccessType.values()) System.out.println(c);
public static WFAccessType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean canPerform(WFAccessType.WFAccess access, WFAccessType.WFRole role)
access - role -
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.