Class CreatePolicyStatementRef
java.lang.Object
com.cloudimpl.outstack.runtime.EntityCommandHandler<PolicyStatementRef,PolicyStatementRefRequest,PolicyStatementRef>
com.cloudimpl.outstack.spring.service.iam.CreatePolicyStatementRef
- All Implemented Interfaces:
CommandHandler<PolicyStatementRef>,Handler<PolicyStatementRef>
public class CreatePolicyStatementRef extends EntityCommandHandler<PolicyStatementRef,PolicyStatementRefRequest,PolicyStatementRef>
- Author:
- nuwan
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
cmdType, entityType, OK -
Constructor Summary
Constructors Constructor Description CreatePolicyStatementRef() -
Method Summary
Modifier and Type Method Description protected PolicyStatementRefexecute(EntityContext<PolicyStatementRef> context, PolicyStatementRefRequest 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
-
CreatePolicyStatementRef
public CreatePolicyStatementRef()
-
-
Method Details
-
execute
protected PolicyStatementRef execute(EntityContext<PolicyStatementRef> context, PolicyStatementRefRequest command)- Specified by:
executein classEntityCommandHandler<PolicyStatementRef,PolicyStatementRefRequest,PolicyStatementRef>
-