public enum WorklistKind extends Enum<WorklistKind> implements DefinedEnum
WfEngine.getWorkList(WorklistKind, com.groiss.org.Application)
call and in combined form as EnumSet in the
WfEngine.getWorkList(java.util.EnumSet, com.groiss.org.Application)
call.
The worklist nodes in the standard GUI (standard.xml) are defined as
Enum Constant and Description |
---|
AUGMENTED
An entry for customized content where the task list may not only be
filtered (task being removed) but also augmented with additional tasks
Is empty if not filled by application code.
|
NONE
A "fictional" worklist.
|
ROLE
The role worklist.
|
ROLE_NO_SUBST
The role worklist without substitutions.
|
ROLESUSP
The rolesuspension worklist.
|
ROLESUSP_NO_SUBST
The direct rolesuspension worklist.
|
SUBST_USER
The worklist of substituted users.
|
SUSP
The suspension worklist.
|
SUSP_NO_SUBST
The direct suspension worklist.
|
SUSP_ONLY_SUBST
The suspension worklist for substituted users.
|
USER
The user worklist.
|
Modifier and Type | Method and Description |
---|---|
Integer |
definedValue()
Get the fixed value for this DefinedEnum.
|
boolean |
includedIn(int worklistType)
Checks, if the passed worklist type includes this WorklistKind
|
static WorklistKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorklistKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorklistKind NONE
Worklist
implementation.public static final WorklistKind ROLE
WfEngine.getRoleWorklist(com.groiss.org.Application)
public static final WorklistKind SUSP
public static final WorklistKind ROLESUSP
public static final WorklistKind USER
WfEngine.getWorklist(com.groiss.org.Application, boolean)
using false for withRepr}public static final WorklistKind ROLE_NO_SUBST
public static final WorklistKind SUSP_NO_SUBST
WfEngine.getSuspensionList(com.groiss.org.Application)
public static final WorklistKind ROLESUSP_NO_SUBST
WfEngine.getRoleSuspensionList(com.groiss.org.Application)
public static final WorklistKind SUBST_USER
public static final WorklistKind SUSP_ONLY_SUBST
public static final WorklistKind AUGMENTED
public static WorklistKind[] values()
for (WorklistKind c : WorklistKind.values()) System.out.println(c);
public static WorklistKind 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 nullpublic Integer definedValue()
DefinedEnum
definedValue
in interface DefinedEnum
public boolean includedIn(int worklistType)
worklistType
- the type to check for inclusion@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.