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 |
Modifier and Type | Method and Description |
---|---|
IdmProperty |
PlatformIdentityService.createProperty(String name,
String value) |
IdmProperty |
PlatformIdentityService.findPropertyByName(String name) |
Modifier and Type | Method and Description |
---|---|
void |
PlatformIdentityService.updateProperty(IdmProperty idmProperty) |
Modifier and Type | Method and Description |
---|---|
IdmProperty |
BaseIdmIdentityServiceImpl.createProperty(String name,
String value) |
IdmProperty |
BaseIdmIdentityServiceImpl.findPropertyByName(String name) |
Modifier and Type | Method and Description |
---|---|
void |
BaseIdmIdentityServiceImpl.updateProperty(IdmProperty idmProperty) |
Modifier and Type | Field and Description |
---|---|
protected IdmProperty |
UpdatePropertyCmd.idmProperty |
Constructor and Description |
---|
UpdatePropertyCmd(IdmProperty idmProperty) |
Modifier and Type | Interface and Description |
---|---|
interface |
IdmPropertyEntity |
Modifier and Type | Class and Description |
---|---|
class |
IdmPropertyEntityImpl |