public static enum Type.Capability extends Enum<Type.Capability>
FILES
capability). Context capabilities are defined by customers when
their custom configurable hierarchy is configured.Enum Constant and Description |
---|
FILES
This capability enables a context (and folder) type to enable folders and files to be created within the context.
|
MEMBERSHIP
This capability enables a context type to maintain a membership list.
|
STATE
This capability enables a context type to maintain a
RepositoryItem.State . |
STUDY
This capability enables a context type to maintain study and standard information.
|
TOP
This capability enables a context type to be created at the top of the repository hierarchy.
|
WORKFLOW
This capability enables a context type to enlist in workflow-related definitions and tasks.
|
Modifier and Type | Method and Description |
---|---|
static Type.Capability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.Capability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type.Capability TOP
RepositoryService.getTopLevelContexts()
public static final Type.Capability MEMBERSHIP
MembershipService
,
GroupService
,
RoleService
public static final Type.Capability WORKFLOW
MEMBERSHIP
capability.public static final Type.Capability STATE
RepositoryItem.State
.public static final Type.Capability STUDY
public static final Type.Capability FILES
public static Type.Capability[] values()
for (Type.Capability c : Type.Capability.values()) System.out.println(c);
public static Type.Capability valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>