Class UserLoggedIn
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<User>
com.cloudimpl.outstack.domain.example.UserLoggedIn
public class UserLoggedIn extends Event<User>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
Event.Action, Event.Meta -
Constructor Summary
Constructors Constructor Description UserLoggedIn(java.lang.String remoteIp, java.lang.String browserDetail, java.lang.String username) -
Method Summary
Modifier and Type Method Description java.lang.StringentityId()java.lang.StringgetBrowserDetail()java.lang.Class<? extends Entity>getOwner()java.lang.StringgetRemoteIp()java.lang.Class<? extends RootEntity>getRootOwner()java.lang.StringgetUsername()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
-
UserLoggedIn
public UserLoggedIn(java.lang.String remoteIp, java.lang.String browserDetail, java.lang.String username)
-
-
Method Details
-
getRemoteIp
public java.lang.String getRemoteIp() -
getBrowserDetail
public java.lang.String getBrowserDetail() -
getUsername
public java.lang.String getUsername() -
getOwner
-
getRootOwner
- Specified by:
getRootOwnerin classEvent<User>
-
rootEntityId
public java.lang.String rootEntityId()- Specified by:
rootEntityIdin classEvent<User>
-
entityId
public java.lang.String entityId()
-