Class CreatePolicyStatement
java.lang.Object
com.cloudimpl.outstack.runtime.EntityCommandHandler<PolicyStatement,PolicyStatementRequest,PolicyStatement>
com.cloudimpl.outstack.spring.service.iam.CreatePolicyStatement
- All Implemented Interfaces:
CommandHandler<PolicyStatement>,Handler<PolicyStatement>
public class CreatePolicyStatement extends EntityCommandHandler<PolicyStatement,PolicyStatementRequest,PolicyStatement>
- Author:
- nuwan
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
cmdType, entityType, OK -
Constructor Summary
Constructors Constructor Description CreatePolicyStatement() -
Method Summary
Modifier and Type Method Description protected PolicyStatementexecute(EntityContext<PolicyStatement> context, PolicyStatementRequest command)Methods inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
apply, emit, getTenantRequirement, OK, validateInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CreatePolicyStatement
public CreatePolicyStatement()
-
-
Method Details
-
execute
protected PolicyStatement execute(EntityContext<PolicyStatement> context, PolicyStatementRequest command)- Specified by:
executein classEntityCommandHandler<PolicyStatement,PolicyStatementRequest,PolicyStatement>
-