Class ServiceModuleProvisioned

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

public class ServiceModuleProvisioned
extends Event<ServiceModule>
Author:
nuwan
  • Constructor Details

    • ServiceModuleProvisioned

      public ServiceModuleProvisioned​(java.lang.String serviceName, java.lang.String rootEntity, java.lang.String version, java.lang.String apiContext, TenantRequirement tenancy)
  • Method Details

    • getServiceName

      public java.lang.String getServiceName()
    • getRootEntity

      public java.lang.String getRootEntity()
    • getVersion

      public java.lang.String getVersion()
    • getApiContext

      public java.lang.String getApiContext()
    • getTenancy

      public TenantRequirement getTenancy()
    • getOwner

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

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

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

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