Class ServiceModuleProvisioned
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<ServiceModule>
com.cloudimpl.outstack.runtime.domain.ServiceModuleProvisioned
public class ServiceModuleProvisioned extends Event<ServiceModule>
- 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 ServiceModuleProvisioned(java.lang.String serviceName, java.lang.String rootEntity, java.lang.String version, java.lang.String apiContext, TenantRequirement tenancy) -
Method Summary
Modifier and Type Method Description java.lang.StringentityId()java.lang.StringgetApiContext()java.lang.Class<? extends Entity>getOwner()java.lang.StringgetRootEntity()java.lang.Class<? extends RootEntity>getRootOwner()java.lang.StringgetServiceName()TenantRequirementgetTenancy()java.lang.StringgetVersion()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
-
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
-
getOwner
- Specified by:
getOwnerin classEvent<ServiceModule>
-
getRootOwner
- Specified by:
getRootOwnerin classEvent<ServiceModule>
-
entityId
public java.lang.String entityId()- Specified by:
entityIdin classEvent<ServiceModule>
-
rootEntityId
public java.lang.String rootEntityId()- Specified by:
rootEntityIdin classEvent<ServiceModule>
-