public class ActionDefinitionQueryProperty extends Object implements QueryProperty
Modifier and Type | Field and Description |
---|---|
static ActionDefinitionQueryProperty |
CREATION_TIME |
static ActionDefinitionQueryProperty |
DEFINITION_ID |
static ActionDefinitionQueryProperty |
DEFINITION_NAME |
static ActionDefinitionQueryProperty |
DEFINITION_TENANT_ID |
static ActionDefinitionQueryProperty |
UPDATE_TIME |
Constructor and Description |
---|
ActionDefinitionQueryProperty(String name) |
Modifier and Type | Method and Description |
---|---|
static ActionDefinitionQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final ActionDefinitionQueryProperty DEFINITION_ID
public static final ActionDefinitionQueryProperty DEFINITION_NAME
public static final ActionDefinitionQueryProperty DEFINITION_TENANT_ID
public static final ActionDefinitionQueryProperty CREATION_TIME
public static final ActionDefinitionQueryProperty UPDATE_TIME
public ActionDefinitionQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static ActionDefinitionQueryProperty findByName(String propertyName)