Class PolicyStatementRefCreated
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<PolicyStatementRef>
com.cloudimpl.outstack.runtime.domain.PolicyStatementRefCreated
public class PolicyStatementRefCreated extends Event<PolicyStatementRef>
- Author:
- nuwan
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
Event.Action, Event.Meta -
Field Summary
-
Constructor Summary
Constructors Constructor Description PolicyStatementRefCreated(java.lang.String policyName, java.lang.String policyStatementRef) -
Method Summary
Modifier and Type Method Description java.lang.StringentityId()java.lang.Class<? extends Entity>getOwner()java.lang.StringgetPolicyName()java.lang.StringgetPolicyStatementRef()java.lang.Class<? extends RootEntity>getRootOwner()java.lang.StringrootEntityId()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
getAction, getBRN, getEntityRN, getEntityTRN, getMeta, getRootEntityRN, getRootEntityTRN, getSeqNum, getTRN, id, isConsumed, isRootEvent, persistedId, rootId, rootPersistedId, setAction, setId, setRootId, setSeqNum, setTenantId, tenantId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PolicyStatementRefCreated
public PolicyStatementRefCreated(java.lang.String policyName, java.lang.String policyStatementRef)
-
-
Method Details
-
getPolicyStatementRef
public java.lang.String getPolicyStatementRef() -
getPolicyName
public java.lang.String getPolicyName() -
getOwner
- Specified by:
getOwnerin classEvent<PolicyStatementRef>
-
getRootOwner
- Specified by:
getRootOwnerin classEvent<PolicyStatementRef>
-
entityId
public java.lang.String entityId()- Specified by:
entityIdin classEvent<PolicyStatementRef>
-
rootEntityId
public java.lang.String rootEntityId()- Specified by:
rootEntityIdin classEvent<PolicyStatementRef>
-