KIE Remote Services :: JAXB classes 6.1.0.Final

Uses of Class
org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnit

Packages that use JaxbDeploymentUnit
org.kie.services.client.serialization.jaxb.impl.deploy   
 

Uses of JaxbDeploymentUnit in org.kie.services.client.serialization.jaxb.impl.deploy
 

Methods in org.kie.services.client.serialization.jaxb.impl.deploy that return JaxbDeploymentUnit
 JaxbDeploymentUnit JaxbDeploymentJobResult.getDeploymentUnit()
           
 

Methods in org.kie.services.client.serialization.jaxb.impl.deploy that return types with arguments of type JaxbDeploymentUnit
 List<JaxbDeploymentUnit> JaxbDeploymentUnitList.getDeploymentUnitList()
           
 

Methods in org.kie.services.client.serialization.jaxb.impl.deploy with parameters of type JaxbDeploymentUnit
 void JaxbDeploymentJobResult.setDeploymentUnit(JaxbDeploymentUnit depUnit)
           
 

Method parameters in org.kie.services.client.serialization.jaxb.impl.deploy with type arguments of type JaxbDeploymentUnit
 void JaxbDeploymentUnitList.addContents(List<JaxbDeploymentUnit> contentList)
           
 void JaxbDeploymentUnitList.setDeploymentUnitList(List<JaxbDeploymentUnit> deploymentUnitList)
           
 

Constructors in org.kie.services.client.serialization.jaxb.impl.deploy with parameters of type JaxbDeploymentUnit
JaxbDeploymentJobResult(String jobId, String explanation, JaxbDeploymentUnit depUnit, String operation)
           
 

Constructor parameters in org.kie.services.client.serialization.jaxb.impl.deploy with type arguments of type JaxbDeploymentUnit
JaxbDeploymentUnitList(List<JaxbDeploymentUnit> depUnitList)
           
 


KIE Remote Services :: JAXB classes 6.1.0.Final

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