Class GetDataObjectModelCmd
java.lang.Object
com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
com.flowable.dataobject.engine.impl.cmd.GetDataObjectModelCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<DataObjectModel>
public class GetDataObjectModelCmd
extends AbstractNeedsDataObjectDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<DataObjectModel>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetDataObjectModelCmd
(String dataObjectDefinitionId, String dataObjectDefinitionKey, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
getObjectModelByDefinitionId, resolveDataObjectDefinition, validateAccessToOperation
-
Field Details
-
dataObjectDefinitionId
-
dataObjectDefinitionKey
-
tenantId
-
-
Constructor Details
-
GetDataObjectModelCmd
-
-
Method Details
-
execute
public DataObjectModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<DataObjectModel>
-