public interface DatabaseSchemaDataObjectInstance extends DataObjectInstance, org.flowable.common.engine.api.variable.VariableContainer
| Modifier and Type | Method and Description | 
|---|---|
| default Boolean | getBoolean(String property) | 
| default Date | getDate(String property) | 
| default Double | getDouble(String property) | 
| default Integer | getInteger(String property) | 
| default Long | getLong(String property) | 
| default String | getString(String property) | 
| <T> T | getValue(String property,
        Class<T> valueType) | 
| default Object | getVariable(String variableName) | 
| boolean | hasValue(String property) | 
| default boolean | hasVariable(String variableName) | 
getDefinitionId, getDefinitionKey, getLookupIdCopyright © 2019. All rights reserved.