public class CreatePropertyCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<IdmPropertyEntity>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
CreatePropertyCmd(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
IdmPropertyEntity |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
public IdmPropertyEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<IdmPropertyEntity>Copyright © 2019. All rights reserved.