Uses of Interface
com.flowable.core.idm.api.IdmProperty
-
Packages that use IdmProperty Package Description com.flowable.core.idm.api com.flowable.idm.engine.impl com.flowable.idm.engine.impl.cmd com.flowable.idm.engine.impl.persistence.entity -
-
Uses of IdmProperty in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return IdmProperty Modifier and Type Method Description IdmProperty
PlatformIdentityService. createProperty(String name, String value)
IdmProperty
PlatformIdentityService. findPropertyByName(String name)
Methods in com.flowable.core.idm.api with parameters of type IdmProperty Modifier and Type Method Description void
PlatformIdentityService. updateProperty(IdmProperty idmProperty)
-
Uses of IdmProperty in com.flowable.idm.engine.impl
Methods in com.flowable.idm.engine.impl that return IdmProperty Modifier and Type Method Description IdmProperty
BaseIdmIdentityServiceImpl. createProperty(String name, String value)
IdmProperty
BaseIdmIdentityServiceImpl. findPropertyByName(String name)
Methods in com.flowable.idm.engine.impl with parameters of type IdmProperty Modifier and Type Method Description void
BaseIdmIdentityServiceImpl. updateProperty(IdmProperty idmProperty)
-
Uses of IdmProperty in com.flowable.idm.engine.impl.cmd
Fields in com.flowable.idm.engine.impl.cmd declared as IdmProperty Modifier and Type Field Description protected IdmProperty
UpdatePropertyCmd. idmProperty
Constructors in com.flowable.idm.engine.impl.cmd with parameters of type IdmProperty Constructor Description UpdatePropertyCmd(IdmProperty idmProperty)
-
Uses of IdmProperty in com.flowable.idm.engine.impl.persistence.entity
Subinterfaces of IdmProperty in com.flowable.idm.engine.impl.persistence.entity Modifier and Type Interface Description interface
IdmPropertyEntity
Classes in com.flowable.idm.engine.impl.persistence.entity that implement IdmProperty Modifier and Type Class Description class
IdmPropertyEntityImpl
-