Class ListNodesCommand
- java.lang.Object
-
- org.jbpm.kie.services.impl.admin.commands.ListNodesCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<List<ProcessNode>>
,org.kie.api.command.ExecutableCommand<List<ProcessNode>>
,org.kie.internal.command.ProcessInstanceIdCommand
public class ListNodesCommand extends Object implements org.kie.api.command.ExecutableCommand<List<ProcessNode>>, org.kie.internal.command.ProcessInstanceIdCommand
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListNodesCommand(long processInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProcessNode>
execute(org.kie.api.runtime.Context context)
Long
getProcessInstanceId()
void
setProcessInstanceId(Long procInstId)
-
-
-
Method Detail
-
execute
public List<ProcessNode> execute(org.kie.api.runtime.Context context)
- Specified by:
execute
in interfaceorg.kie.api.command.ExecutableCommand<List<ProcessNode>>
-
setProcessInstanceId
public void setProcessInstanceId(Long procInstId)
- Specified by:
setProcessInstanceId
in interfaceorg.kie.internal.command.ProcessInstanceIdCommand
-
getProcessInstanceId
public Long getProcessInstanceId()
- Specified by:
getProcessInstanceId
in interfaceorg.kie.internal.command.ProcessInstanceIdCommand
-
-