Class RoleCreated
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<Role>
com.cloudimpl.outstack.runtime.domain.RoleCreated
public class RoleCreated extends Event<Role>
- 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 RoleCreated(java.lang.String roleName, java.lang.String type) -
Method Summary
Modifier and Type Method Description java.lang.StringentityId()java.lang.Class<? extends Entity>getOwner()java.lang.StringgetRoleName()java.lang.Class<? extends RootEntity>getRootOwner()java.lang.StringgetType()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
-
RoleCreated
public RoleCreated(java.lang.String roleName, java.lang.String type)
-
-
Method Details
-
getRoleName
public java.lang.String getRoleName() -
getType
public java.lang.String getType() -
getOwner
-
getRootOwner
- Specified by:
getRootOwnerin classEvent<Role>
-
entityId
public java.lang.String entityId() -
rootEntityId
public java.lang.String rootEntityId()- Specified by:
rootEntityIdin classEvent<Role>
-