Modifier and Type | Method and Description |
---|---|
Condition |
TypeResolver.getCondition(String type,
Map args) |
Modifier and Type | Class and Description |
---|---|
class |
AllowOwnerOfStepCondition
Deprecated.
Use IsUserOwnerCondition instead
|
class |
AllowOwnerOnlyCondition
Deprecated.
Use IsUserOwnerCondition instead
|
class |
DenyOwnerCondition
Deprecated.
Use IsUserOwnerCondition instead
|
class |
IsUserOwnerCondition
A simple utility condition that returns true if the the current user (caller)
is the step owner.
|
class |
OSUserGroupCondition
Simple utility class that uses OSUser to determine if the caller is in
the required argument "group".
|
class |
StatusCondition
Simple utility condition that returns true if the current step's status is
the same as the required argument "status".
|
Modifier and Type | Method and Description |
---|---|
Condition |
SpringTypeResolver.getCondition(String type,
Map args) |
Modifier and Type | Class and Description |
---|---|
class |
BeanShellCondition |
Modifier and Type | Class and Description |
---|---|
class |
BSFCondition |
Modifier and Type | Class and Description |
---|---|
class |
LocalEJBCondition |
Modifier and Type | Class and Description |
---|---|
class |
RemoteEJBCondition
Condition to check a remote EJB that implements
ConditionRemote . |
Modifier and Type | Class and Description |
---|---|
class |
JNDICondition |
Copyright © 2021 catworkx GmbH. All rights reserved.