KIE Remote Services :: Services 6.2.0.CR4

org.kie.remote.services.jaxb
Class JaxbContentResponse

java.lang.Object
  extended by org.jbpm.services.task.impl.model.xml.JaxbContent
      extended by org.kie.remote.services.jaxb.JaxbContentResponse
All Implemented Interfaces:
Externalizable, Serializable, org.kie.api.task.model.Content, JaxbCommandResponse<org.kie.api.task.model.Content>

public class JaxbContentResponse
extends org.jbpm.services.task.impl.model.xml.JaxbContent
implements JaxbCommandResponse<org.kie.api.task.model.Content>

See Also:
Serialized Form

Constructor Summary
JaxbContentResponse()
           
JaxbContentResponse(int i, org.kie.api.command.Command<?> cmd)
           
JaxbContentResponse(org.jbpm.services.task.impl.model.xml.JaxbContent content, int i, org.kie.api.command.Command<?> cmd)
           
 
Method Summary
 String getCommandName()
           
 Integer getIndex()
           
 org.kie.api.task.model.Content getResult()
           
 void setCommandName(String cmdName)
           
 void setIndex(Integer index)
           
 void setResult(org.kie.api.task.model.Content result)
           
 
Methods inherited from class org.jbpm.services.task.impl.model.xml.JaxbContent
getContent, getContentMap, getId, getSerializedContent, initialize, readExternal, setContentMap, setId, setSerializedContent, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbContentResponse

public JaxbContentResponse()

JaxbContentResponse

public JaxbContentResponse(int i,
                           org.kie.api.command.Command<?> cmd)

JaxbContentResponse

public JaxbContentResponse(org.jbpm.services.task.impl.model.xml.JaxbContent content,
                           int i,
                           org.kie.api.command.Command<?> cmd)
Method Detail

getIndex

public Integer getIndex()
Specified by:
getIndex in interface JaxbCommandResponse<org.kie.api.task.model.Content>

setIndex

public void setIndex(Integer index)
Specified by:
setIndex in interface JaxbCommandResponse<org.kie.api.task.model.Content>

getCommandName

public String getCommandName()
Specified by:
getCommandName in interface JaxbCommandResponse<org.kie.api.task.model.Content>

setCommandName

public void setCommandName(String cmdName)
Specified by:
setCommandName in interface JaxbCommandResponse<org.kie.api.task.model.Content>

getResult

public org.kie.api.task.model.Content getResult()
Specified by:
getResult in interface JaxbCommandResponse<org.kie.api.task.model.Content>

setResult

public void setResult(org.kie.api.task.model.Content result)
Specified by:
setResult in interface JaxbCommandResponse<org.kie.api.task.model.Content>

KIE Remote Services :: Services 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.