public class WorkItemKieAdapter extends Object implements org.kie.api.runtime.process.WorkItem
| Constructor and Description |
|---|
WorkItemKieAdapter(WorkItem delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getId() |
String |
getName() |
Object |
getParameter(String name) |
Map<String,Object> |
getParameters() |
long |
getProcessInstanceId() |
Object |
getResult(String name) |
Map<String,Object> |
getResults() |
int |
getState() |
int |
hashCode() |
public WorkItem delegate
public WorkItemKieAdapter(WorkItem delegate)
public long getId()
getId in interface org.kie.api.runtime.process.WorkItempublic String getName()
getName in interface org.kie.api.runtime.process.WorkItempublic int getState()
getState in interface org.kie.api.runtime.process.WorkItempublic Object getParameter(String name)
getParameter in interface org.kie.api.runtime.process.WorkItempublic Map<String,Object> getParameters()
getParameters in interface org.kie.api.runtime.process.WorkItempublic Object getResult(String name)
getResult in interface org.kie.api.runtime.process.WorkItempublic Map<String,Object> getResults()
getResults in interface org.kie.api.runtime.process.WorkItempublic long getProcessInstanceId()
getProcessInstanceId in interface org.kie.api.runtime.process.WorkItemCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.