Uses of Class
com.saperion.ws.wrapper.wf.SaWsBoxDefinition
-
Packages that use SaWsBoxDefinition Package Description com.saperion.ws Root package for SAPERION ws classes and packages.com.saperion.ws.jaxws -
-
Uses of SaWsBoxDefinition in com.saperion.ws
Methods in com.saperion.ws that return types with arguments of type SaWsBoxDefinition Modifier and Type Method Description java.util.List<SaWsBoxDefinition>
SaWsWorkflowService. getBoxDefinitions(java.lang.String token)
Returns a list of box definitions of the current session user. -
Uses of SaWsBoxDefinition in com.saperion.ws.jaxws
Methods in com.saperion.ws.jaxws that return types with arguments of type SaWsBoxDefinition Modifier and Type Method Description java.util.List<SaWsBoxDefinition>
GetBoxDefinitionsResponse. getReturn()
Method parameters in com.saperion.ws.jaxws with type arguments of type SaWsBoxDefinition Modifier and Type Method Description void
GetBoxDefinitionsResponse. setReturn(java.util.List<SaWsBoxDefinition> _return)
-