org.drools.command.runtime.process
Class GetWorkItemCommand
java.lang.Object
org.drools.command.runtime.process.GetWorkItemCommand
- All Implemented Interfaces:
- Serializable, org.drools.command.Command<WorkItem>, GenericCommand<WorkItem>
public class GetWorkItemCommand
- extends Object
- implements GenericCommand<WorkItem>
- See Also:
- Serialized Form
GetWorkItemCommand
public GetWorkItemCommand()
GetWorkItemCommand
public GetWorkItemCommand(long workItemId)
getWorkItemId
public long getWorkItemId()
setWorkItemId
public void setWorkItemId(long workItemId)
execute
public WorkItem execute(Context context)
- Specified by:
execute
in interface GenericCommand<WorkItem>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.