Class RetrieveIntegrationContextsCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.integration.RetrieveIntegrationContextsCmd
-
- All Implemented Interfaces:
Command<IntegrationContextEntity>
public class RetrieveIntegrationContextsCmd extends java.lang.Object implements Command<IntegrationContextEntity>
-
-
Constructor Summary
Constructors Constructor Description RetrieveIntegrationContextsCmd(java.lang.String integrationContextId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationContextEntityexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public IntegrationContextEntity execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<IntegrationContextEntity>
-
-