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.WorkItem
public String getName()
getName
in interface org.kie.api.runtime.process.WorkItem
public int getState()
getState
in interface org.kie.api.runtime.process.WorkItem
public Object getParameter(String name)
getParameter
in interface org.kie.api.runtime.process.WorkItem
public Map<String,Object> getParameters()
getParameters
in interface org.kie.api.runtime.process.WorkItem
public Object getResult(String name)
getResult
in interface org.kie.api.runtime.process.WorkItem
public Map<String,Object> getResults()
getResults
in interface org.kie.api.runtime.process.WorkItem
public long getProcessInstanceId()
getProcessInstanceId
in interface org.kie.api.runtime.process.WorkItem
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.