Class UserTypeAuthPolicyLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<String>
overit.geocall.bl.BusinessEvent<String>
overit.geocall.basic.bl.usertype.event.UserTypeAuthPolicyLoadEvent
Event that will be called to load the user type's resources authorization policy.
- Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTUserTypeAuthPolicyLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionUserTypeAuthPolicyLoadEvent(long userTypeId) Create a new event that will be called to get the user type's resources authorization policy. -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the id of the user type that will be loadedMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Field Details
-
userTypeId
protected long userTypeId
-
-
Constructor Details
-
UserTypeAuthPolicyLoadEvent
public UserTypeAuthPolicyLoadEvent(long userTypeId) Create a new event that will be called to get the user type's resources authorization policy.- Parameters:
userTypeId- The id of the user type
-
-
Method Details
-
getUserTypeId
public long getUserTypeId()Returns the id of the user type that will be loaded- Returns:
- the id of the user type that will be loaded
-