Class UserTypeAuthPolicyUpdateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.usertype.event.UserTypeAuthPolicyUpdateEvent
Event that will be called to update the user type's resources authorization policy.
- Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTUserTypeAuthPolicyUpdateLog(0), BTUserTypeAuthPolicyUpdate(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
ConstructorsConstructorDescriptionUserTypeAuthPolicyUpdateEvent(long userTypeId, String authPolicy) Create a new event that will be called to get the user type's resources authorization policy. -
Method Summary
Modifier and TypeMethodDescriptionReturns the resources authorization policy of the user type that will be updatedlongReturns the id of the user type that will be updatedMethods 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 -
authPolicy
-
-
Constructor Details
-
UserTypeAuthPolicyUpdateEvent
Create a new event that will be called to get the user type's resources authorization policy.- Parameters:
userTypeId- The id of the user typeauthPolicy- The resources authorization policy of the user type
-
-
Method Details
-
getUserTypeId
public long getUserTypeId()Returns the id of the user type that will be updated- Returns:
- the id of the user type that will be updated
-
getAuthPolicy
Returns the resources authorization policy of the user type that will be updated- Returns:
- the resources authorization policy of the user type that will be updated
-