Uses of Class
com.soffid.iam.bpm.api.ConfigParameterVO
-
Packages that use ConfigParameterVO Package Description com.soffid.iam.bpm.api com.soffid.iam.bpm.service com.soffid.iam.bpm.service.ejb es.caib.bpm.vo -
-
Uses of ConfigParameterVO in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api that return ConfigParameterVO Modifier and Type Method Description static ConfigParameterVO
ConfigParameterVO. toConfigParameterVO(ConfigParameterVO vo)
Creates a ConfigParameterVO value object based on a ConfigParameterVO object.static ConfigParameterVO[]
ConfigParameterVO. toConfigParameterVOArray(ConfigParameterVO[] source)
Creates a ConfigParameterVO array on a ConfigParameterVO array.Methods in com.soffid.iam.bpm.api that return types with arguments of type ConfigParameterVO Modifier and Type Method Description static AsyncList<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOAsyncList(AsyncList<ConfigParameterVO> source)
Creates a ConfigParameterVO asynclist on a ConfigParameterVO collection.static PagedResult<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOList(PagedResult<ConfigParameterVO> source)
Creates a ConfigParameterVO pagedResult on a ConfigParameterVO collection.static List<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOList(Collection<ConfigParameterVO> source)
Creates a ConfigParameterVO list on a ConfigParameterVO collection.Methods in com.soffid.iam.bpm.api with parameters of type ConfigParameterVO Modifier and Type Method Description static void
ConfigParameterVO. toConfigParameterVO(ConfigParameterVO source, ConfigParameterVO target)
Updates a ConfigParameterVO value object based on a ConfigParameterVO object.Constructors in com.soffid.iam.bpm.api with parameters of type ConfigParameterVO Constructor Description ConfigParameterVO(ConfigParameterVO otherBean)
-
Uses of ConfigParameterVO in com.soffid.iam.bpm.service
Methods in com.soffid.iam.bpm.service that return ConfigParameterVO Modifier and Type Method Description ConfigParameterVO
BpmConfigService. findFirstByAppKey(String app, String key)
Operation findFirstByAppKeyMethods in com.soffid.iam.bpm.service that return types with arguments of type ConfigParameterVO Modifier and Type Method Description Collection<ConfigParameterVO>
BpmConfigService. findAll()
Operation findAllCollection<ConfigParameterVO>
BpmConfigService. findByAppKey(String app, String key)
Operation findByAppKeyCollection<ConfigParameterVO>
BpmConfigService. findById(long id)
Operation findByIdMethods in com.soffid.iam.bpm.service with parameters of type ConfigParameterVO Modifier and Type Method Description void
BpmConfigService. create(ConfigParameterVO config)
Operation createvoid
BpmConfigService. delete(ConfigParameterVO config)
Operation deletevoid
BpmConfigService. update(ConfigParameterVO config)
Operation updateMethod parameters in com.soffid.iam.bpm.service with type arguments of type ConfigParameterVO Modifier and Type Method Description void
BpmConfigService. updateAll(Collection<ConfigParameterVO> config)
Operation updateAll -
Uses of ConfigParameterVO in com.soffid.iam.bpm.service.ejb
Methods in com.soffid.iam.bpm.service.ejb that return ConfigParameterVO Modifier and Type Method Description ConfigParameterVO
BpmConfigService. findFirstByAppKey(String app, String key)
Methods in com.soffid.iam.bpm.service.ejb that return types with arguments of type ConfigParameterVO Modifier and Type Method Description Collection<ConfigParameterVO>
BpmConfigService. findAll()
Collection<ConfigParameterVO>
BpmConfigService. findByAppKey(String app, String key)
Collection<ConfigParameterVO>
BpmConfigService. findById(long id)
Methods in com.soffid.iam.bpm.service.ejb with parameters of type ConfigParameterVO Modifier and Type Method Description void
BpmConfigService. create(ConfigParameterVO config)
void
BpmConfigService. delete(ConfigParameterVO config)
void
BpmConfigService. update(ConfigParameterVO config)
Method parameters in com.soffid.iam.bpm.service.ejb with type arguments of type ConfigParameterVO Modifier and Type Method Description void
BpmConfigService. updateAll(Collection<ConfigParameterVO> config)
-
Uses of ConfigParameterVO in es.caib.bpm.vo
Methods in es.caib.bpm.vo with parameters of type ConfigParameterVO Modifier and Type Method Description static ConfigParameterVO
ConfigParameterVO. toConfigParameterVO(ConfigParameterVO vo)
Creates a ConfigParameterVO value object based on a ConfigParameterVO object.static void
ConfigParameterVO. toConfigParameterVO(ConfigParameterVO source, ConfigParameterVO target)
Updates a ConfigParameterVO value object based on a ConfigParameterVO object.static ConfigParameterVO[]
ConfigParameterVO. toConfigParameterVOArray(ConfigParameterVO[] source)
Creates a ConfigParameterVO array on a ConfigParameterVO array.Method parameters in es.caib.bpm.vo with type arguments of type ConfigParameterVO Modifier and Type Method Description static AsyncList<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOAsyncList(AsyncList<ConfigParameterVO> source)
Creates a ConfigParameterVO asynclist on a ConfigParameterVO collection.static PagedResult<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOList(PagedResult<ConfigParameterVO> source)
Creates a ConfigParameterVO pagedResult on a ConfigParameterVO collection.static List<ConfigParameterVO>
ConfigParameterVO. toConfigParameterVOList(Collection<ConfigParameterVO> source)
Creates a ConfigParameterVO list on a ConfigParameterVO collection.
-