Uses of Interface
org.nuclos.api.UID
Package
Description
-
Uses of UID in org.nuclos.api
Modifier and TypeMethodDescriptionDirection.getEntityUid()
Returns the UID of the entity the BusinesObject bases onUser.getId()
Direction.getSearchFilterUid()
Return the UID of the searchfilter which will be applied to the result list of the BusinessObject one is navigating to -
Uses of UID in org.nuclos.api.authentication
Modifier and TypeMethodDescriptionAuthenticationResult.getMandatorId()
AuthenticationResult.getUserId()
Either username or user id must be specified.Modifier and TypeMethodDescriptionAuthenticationResult.Builder.withMandatorId
(UID mandatorId) If mandators are in use, the new session will need a selected one, similar to the login with a web- or rich-client.AuthenticationResult.Builder.withUserId
(UID userId) Either username or user id must be specified. -
Uses of UID in org.nuclos.api.businessobject
Modifier and TypeMethodDescriptionProcess.getEntityId()
Returns the Id of the entityBusinessObject.getEntityUid()
Returns the UID of the entity the BusinesObject bases onGenericBusinessObject.getEntityUid()
Returns the UID of the entity this GenericBusinessObject bases onProcess.getId()
Returns the Id of the process -
Uses of UID in org.nuclos.api.businessobject.facade
-
Uses of UID in org.nuclos.api.businessobject.facade.thin
Modifier and TypeMethodDescriptionStateful.getNuclosStateId()
Returns the id of the current status -
Uses of UID in org.nuclos.api.common
Modifier and TypeFieldDescriptionstatic final ForeignKeyAttribute<UID>
NuclosUserCommunicationAccount.CommunicationPortId
Attribute: communicationPort
Entity: nuclos_userCommunicationAccount
DB-Name: STRUID_T_AD_COMPORT
Data type: org.nuclos.api.UID
Localized: false
Output format: null
Scale: null
Precision: nullstatic final PrimaryKeyAttribute<UID>
NuclosUserCommunicationAccount.Id
Attribute: primaryKey
Entity: nuclos_userCommunicationAccount
DB-Name: STRUID
Data type: org.nuclos.api.UID
Localized: false
Output format: null
Scale: null
Precision: nullstatic final ForeignKeyAttribute<UID>
NuclosUserCommunicationAccount.UserId
Attribute: user
Entity: nuclos_userCommunicationAccount
DB-Name: STRUID_T_MD_USER
Data type: org.nuclos.api.UID
Localized: false
Output format: null
Scale: null
Precision: null -
Uses of UID in org.nuclos.api.communication
-
Uses of UID in org.nuclos.api.context
Modifier and TypeMethodDescriptionLayoutComponentContext.getEntityUid()
This method supplies the name of the underlying entityStateChangeContext.getSourceStateId()
Deprecated.StateChangeContext.getTargetStateId()
Deprecated.use methodStateChangeContext.getTargetState()
Modifier and TypeMethodDescriptionstatic void
MessageContext.navigate
(BusinessObject<?> businessObject, UID searchFilterUid) static void
MessageContext.navigate
(BusinessObject<?> businessObject, UID searchFilterUid, boolean newTab) -
Uses of UID in org.nuclos.api.context.communication
Modifier and TypeMethodDescriptionPhoneCallNotificationContext.getFromUserId()
(could be null)PhoneCallNotificationContext.getToUserId()
(could be null)Modifier and TypeMethodDescriptionvoid
PhoneCallNotificationContext.setFromUserId
(UID fromUserId) void
PhoneCallNotificationContext.setToUserId
(UID toUserId) -
Uses of UID in org.nuclos.api.generation
-
Uses of UID in org.nuclos.api.objectimport
-
Uses of UID in org.nuclos.api.print
Modifier and TypeMethodDescriptionPrintProperties.getPrintServiceId()
get print service is used for printoutsPrintProperties.getTrayId()
get tray of the print service -
Uses of UID in org.nuclos.api.printout
-
Uses of UID in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic UID
UserProvider.grantMandator
(NuclosMandator mandator, NuclosUser user) This method assigns a mandator to a given user.static UID
UserProvider.grantRole
(Class<? extends NuclosRole> role, NuclosUser user) This method assigns a role to a given user.static UID
UserProvider.grantRole
(NuclosRole role, NuclosUser user) This method assigns a role to a given user.static UID
This method creates a Mandator and returns the id of the new object.static UID
MandatorProvider.insert
(String name, NuclosMandator parentMandator) This method creates a Mandator and returns the id of the new object.static UID
UserProvider.insert
(String username, String firstname, String lastname, String email, Boolean passwordChangeRequired) Deprecated.static UID
UserProvider.insert
(String username, String firstname, String lastname, String email, String password, Boolean passwordChangeRequired) Deprecated.static UID
UserProvider.insert
(NuclosUser user) This method creates a Nuclos User and returns the id of the new object.
A password will be generated and a default notification Email with the password will be send.
A new user does not have any roles and therefore does not have any rights in Nuclos.static UID
UserProvider.insert
(NuclosUser user, String password) This method creates a Nuclos User and returns the id of the new object.
Sends a default notification Email with the password.
A new user does not have any roles and therefore does not have any rights in Nuclos.static UID
UserProvider.insert
(NuclosUser user, String password, boolean sendNotification) This method creates a Nuclos User and returns the id of the new object.
A new user does not have any roles and therefore does not have any rights in Nuclos.Modifier and TypeMethodDescriptionUserProvider.verifyPasswordResolveUserId
(String username, String password) -
Uses of UID in org.nuclos.api.report
-
Uses of UID in org.nuclos.api.service
Modifier and TypeMethodDescriptionUserService.grantMandator
(NuclosMandator mandator, NuclosUser user) This method assigns a mandator to a given user.UserService.grantRole
(Class<? extends NuclosRole> role, NuclosUser user) This method assigns a role to a given user.UserService.grantRole
(NuclosRole role, NuclosUser user) This method assigns a role to a given user.MandatorService.insert
(String name, NuclosMandator parentMandator) UserService.insert
(String username, String firstname, String lastname, String email, Boolean passwordChangeRequired) Deprecated.UserService.insert
(String username, String firstname, String lastname, String email, String password, Boolean passwordChangeRequired) Deprecated.UserService.insert
(NuclosUser user) This method creates a Nuclos User and returns the id of the new object.
A password will be generated and a default notification Email with the password will be send.
A new user does not have any roles and therefore does not have any rights in Nuclos.UserService.insert
(NuclosUser user, String password) This method creates a Nuclos User and returns the id of the new object.
Sends a default notification Email with the password.
A new user does not have any roles and therefore does not have any rights in Nuclos.UserService.insert
(NuclosUser user, String password, boolean sendNotification) This method creates a Nuclos User and returns the id of the new object.
A new user does not have any roles and therefore does not have any rights in Nuclos.Modifier and TypeMethodDescriptionUserService.verifyPasswordResolveUserId
(String username, String password) Will try to verify user/password against Nuclos User and on success return the UID.Modifier and TypeMethodDescription -
Uses of UID in org.nuclos.api.statemodel
Modifier and TypeMethodDescriptionState.getId()
This method returns the Id of the current state objectState.getModelId()
This method returns the id of the statemodel the current state object belongs to -
Uses of UID in org.nuclos.api.ui
Modifier and TypeMethodDescriptionResultToolbarItemFactory.getEntityUid()
Returns the UID of the business object for the result list the button is shown in. -
Uses of UID in org.nuclos.api.ui.dnd
-
Uses of UID in org.nuclos.api.webclient
Modifier and TypeMethodDescriptionvoid
WebclientUrl.setEntityId
(UID entityId) void
WebclientUrl.setProcessId
(UID processId) -
Uses of UID in org.nuclos.api.ws
StateChangeContext.getSourceState()