Class PolicyRefCreated

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

public class PolicyRefCreated
extends Event<PolicyRef>
Author:
nuwan
  • Constructor Details

    • PolicyRefCreated

      public PolicyRefCreated​(java.lang.String domainOwner, java.lang.String domainContext, java.lang.String version, java.lang.String roleName, java.lang.String policyRef)
  • Method Details

    • getOwner

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

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

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

      public java.lang.String getVersion()
    • rootEntityId

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

      public java.lang.String getPolicyRef()
    • getDomainOwner

      public java.lang.String getDomainOwner()
    • getDomainContext

      public java.lang.String getDomainContext()