Uses of Class
com.saperion.ws.wrapper.SaWsPropertyValue
-
Packages that use SaWsPropertyValue Package Description com.saperion.ws.wrapper Package for ws wrapper classes.com.saperion.ws.wrapper.wf Package for ws workflow wrapper. -
-
Uses of SaWsPropertyValue in com.saperion.ws.wrapper
Methods in com.saperion.ws.wrapper that return types with arguments of type SaWsPropertyValue Modifier and Type Method Description java.util.List<SaWsPropertyValue>
SaWsVersionData. getProperties()
Reads the properties.java.util.Map<java.lang.String,SaWsPropertyValue>
SaWsDocumentInfo. getValues()
Method parameters in com.saperion.ws.wrapper with type arguments of type SaWsPropertyValue Modifier and Type Method Description void
SaWsVersionData. setProperties(java.util.List<SaWsPropertyValue> props)
Sets the properties.void
SaWsDocumentInfo. setValues(java.util.Map<java.lang.String,SaWsPropertyValue> values)
-
Uses of SaWsPropertyValue in com.saperion.ws.wrapper.wf
Methods in com.saperion.ws.wrapper.wf that return types with arguments of type SaWsPropertyValue Modifier and Type Method Description java.util.List<SaWsPropertyValue>
SaWsTask. getUserDefinedFields()
Gets the user defined fields.Method parameters in com.saperion.ws.wrapper.wf with type arguments of type SaWsPropertyValue Modifier and Type Method Description void
SaWsTask. setUserDefinedFields(java.util.List<SaWsPropertyValue> newUserDefinedFields)
Sets the user defined fields.
-