|
KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.remote.services.ws.history.generated.HistoryInstanceLogRequest
public class HistoryInstanceLogRequest
Java class for HistoryInstanceLogRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoryInstanceLogRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="processInstanceId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="processDefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nodeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="variableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="variableValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
nodeId
|
protected Integer |
pageNumber
|
protected Integer |
pageSize
|
protected String |
processDefId
|
protected Long |
processInstanceId
|
protected String |
variableId
|
protected String |
variableValue
|
| Constructor Summary | |
|---|---|
HistoryInstanceLogRequest()
|
|
| Method Summary | |
|---|---|
String |
getNodeId()
Gets the value of the nodeId property. |
Integer |
getPageNumber()
Gets the value of the pageNumber property. |
Integer |
getPageSize()
Gets the value of the pageSize property. |
String |
getProcessDefId()
Gets the value of the processDefId property. |
Long |
getProcessInstanceId()
Gets the value of the processInstanceId property. |
String |
getVariableId()
Gets the value of the variableId property. |
String |
getVariableValue()
Gets the value of the variableValue property. |
void |
setNodeId(String value)
Sets the value of the nodeId property. |
void |
setPageNumber(Integer value)
Sets the value of the pageNumber property. |
void |
setPageSize(Integer value)
Sets the value of the pageSize property. |
void |
setProcessDefId(String value)
Sets the value of the processDefId property. |
void |
setProcessInstanceId(Long value)
Sets the value of the processInstanceId property. |
void |
setVariableId(String value)
Sets the value of the variableId property. |
void |
setVariableValue(String value)
Sets the value of the variableValue property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long processInstanceId
protected String processDefId
protected String nodeId
protected String variableId
protected String variableValue
protected Integer pageNumber
protected Integer pageSize
| Constructor Detail |
|---|
public HistoryInstanceLogRequest()
| Method Detail |
|---|
public Long getProcessInstanceId()
Longpublic void setProcessInstanceId(Long value)
value - allowed object is
Longpublic String getProcessDefId()
Stringpublic void setProcessDefId(String value)
value - allowed object is
Stringpublic String getNodeId()
Stringpublic void setNodeId(String value)
value - allowed object is
Stringpublic String getVariableId()
Stringpublic void setVariableId(String value)
value - allowed object is
Stringpublic String getVariableValue()
Stringpublic void setVariableValue(String value)
value - allowed object is
Stringpublic Integer getPageNumber()
Integerpublic void setPageNumber(Integer value)
value - allowed object is
Integerpublic Integer getPageSize()
Integerpublic void setPageSize(Integer value)
value - allowed object is
Integer
|
KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||