Class RoleCreated

java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<Role>
com.cloudimpl.outstack.runtime.domain.RoleCreated
All Implemented Interfaces:
Input, IResource

public class RoleCreated
extends Event<Role>
Author:
nuwan
  • 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

      public java.lang.Class<? extends Entity> getOwner()
      Specified by:
      getOwner in class Event<Role>
    • getRootOwner

      public java.lang.Class<? extends RootEntity> getRootOwner()
      Specified by:
      getRootOwner in class Event<Role>
    • entityId

      public java.lang.String entityId()
      Specified by:
      entityId in class Event<Role>
    • rootEntityId

      public java.lang.String rootEntityId()
      Specified by:
      rootEntityId in class Event<Role>