Class UserCreateEvent
@Deprecated(since="13.0",
forRemoval=true)
public class UserCreateEvent
extends BusinessEvent<BOUser>
Deprecated, for removal: This API element is subject to removal in a future version.
Event that will be called to request a user creation
- GCApi:
- event
- Reactors:
- No Spouts
BTUserCreate(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected BOUserDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionUserCreateEvent(BOUser user) Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to request a user creationUserCreateEvent(BOUser user, boolean sameCompany) Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to request a user creation -
Method Summary
Modifier and TypeMethodDescriptiongetUser()Deprecated, for removal: This API element is subject to removal in a future version.Returns the instance of the user that will be createdbooleanDeprecated, for removal: This API element is subject to removal in a future version.Returnstrueif the user share the same company of the caller,falseotherwiseMethods 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
-
user
Deprecated, for removal: This API element is subject to removal in a future version. -
sameCompany
protected boolean sameCompanyDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
UserCreateEvent
Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to request a user creation- Parameters:
user- the instance of the user that will be created
-
UserCreateEvent
Deprecated, for removal: This API element is subject to removal in a future version.Create a new event that will be called to request a user creation- Parameters:
user- the instance of the user that will be createdsameCompany- boolean value indicating if the user is from the same company of the caller
-
-
Method Details
-
getUser
Deprecated, for removal: This API element is subject to removal in a future version.Returns the instance of the user that will be created- Returns:
- the instance of the user that will be created
-
isSameCompany
public boolean isSameCompany()Deprecated, for removal: This API element is subject to removal in a future version.Returnstrueif the user share the same company of the caller,falseotherwise- Returns:
trueif the user share the same company of the caller,falseotherwise
-