Class ServiceModuleRef
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Entity
com.cloudimpl.outstack.runtime.domainspec.ChildEntity<DomainContext>
com.cloudimpl.outstack.runtime.domain.ServiceModuleRef
public class ServiceModuleRef extends ChildEntity<DomainContext>
- Author:
- nuwan
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudimpl.outstack.runtime.domainspec.Entity
Entity.Meta -
Field Summary
-
Constructor Summary
Constructors Constructor Description ServiceModuleRef(java.lang.String serviceRef) -
Method Summary
Modifier and Type Method Description protected voidapply(Event event)java.lang.StringentityId()java.lang.StringgetServiceRef()java.lang.StringidField()java.lang.Class<DomainContext>rootType()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.ChildEntity
getBRN, getRootTRN, getTRN, makeRN, makeTRN, rootId, setRootIdMethods inherited from class com.cloudimpl.outstack.runtime.domainspec.Entity
applyEvent, checkTenantEligibility, checkTenantRequirement, cloneEntity, compareTo, getMeta, getTenantId, getTenantRequirement, getVersion, hasTenant, id, isRoot, persistedId, rename, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ServiceModuleRef
public ServiceModuleRef(java.lang.String serviceRef)
-
-
Method Details
-
rootType
- Specified by:
rootTypein classChildEntity<DomainContext>
-
entityId
public java.lang.String entityId() -
getServiceRef
public java.lang.String getServiceRef() -
apply
-
idField
public java.lang.String idField()
-