Uses of Interface
org.nuclos.api.UID
Packages that use UID
Package
Description
-
Uses of UID in org.nuclos.api
Methods in org.nuclos.api that return UIDModifier 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
Methods in org.nuclos.api.authentication that return UIDModifier and TypeMethodDescriptionAuthenticationResult.getMandatorId()
AuthenticationResult.getUserId()
Either username or user id must be specified.Methods in org.nuclos.api.authentication with parameters of type UIDModifier 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
Methods in org.nuclos.api.businessobject that return UIDModifier 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 processConstructors in org.nuclos.api.businessobject with parameters of type UID -
Uses of UID in org.nuclos.api.businessobject.facade
Methods in org.nuclos.api.businessobject.facade with parameters of type UID -
Uses of UID in org.nuclos.api.businessobject.facade.thin
Methods in org.nuclos.api.businessobject.facade.thin that return UIDModifier and TypeMethodDescriptionStateful.getNuclosStateId()
Returns the id of the current status -
Uses of UID in org.nuclos.api.common
Fields in org.nuclos.api.common with type parameters of type UIDModifier 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: nullMethods in org.nuclos.api.common that return UID -
Uses of UID in org.nuclos.api.communication
Methods in org.nuclos.api.communication that return UID -
Uses of UID in org.nuclos.api.context
Methods in org.nuclos.api.context that return UIDModifier and TypeMethodDescriptionLayoutComponentContext.getEntityUid()
This method supplies the name of the underlying entityStateChangeContext.getSourceStateId()
Deprecated.StateChangeContext.getTargetStateId()
Deprecated.use methodStateChangeContext.getTargetState()
Methods in org.nuclos.api.context with parameters of type UIDModifier 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
Methods in org.nuclos.api.context.communication that return UIDModifier and TypeMethodDescriptionPhoneCallNotificationContext.getFromUserId()
(could be null)PhoneCallNotificationContext.getToUserId()
(could be null)Methods in org.nuclos.api.context.communication with parameters of type UIDModifier and TypeMethodDescriptionvoid
PhoneCallNotificationContext.setFromUserId
(UID fromUserId) void
PhoneCallNotificationContext.setToUserId
(UID toUserId) -
Uses of UID in org.nuclos.api.generation
Methods in org.nuclos.api.generation that return UID -
Uses of UID in org.nuclos.api.objectimport
Methods in org.nuclos.api.objectimport that return UID -
Uses of UID in org.nuclos.api.print
Methods in org.nuclos.api.print that return UIDModifier and TypeMethodDescriptionPrintProperties.getPrintServiceId()
get print service is used for printoutsPrintProperties.getTrayId()
get tray of the print serviceMethods in org.nuclos.api.print with parameters of type UID -
Uses of UID in org.nuclos.api.printout
Methods in org.nuclos.api.printout that return UID -
Uses of UID in org.nuclos.api.provider
Methods in org.nuclos.api.provider that return UIDModifier 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.Methods in org.nuclos.api.provider that return types with arguments of type UIDModifier and TypeMethodDescriptionUserProvider.verifyPasswordResolveUserId
(String username, String password) Methods in org.nuclos.api.provider with parameters of type UIDModifier and TypeMethodDescriptionstatic List<NuclosMail>
This method retrieves allNuclosMail
s that can be found in the folder specified in a specific incoming email server configuration.static List<NuclosMail>
This method retrieves allNuclosMail
s that can be found in the specified folder in a specific incoming email server configuration.static NuclosFile
static void
MailProvider.send
(UID outgoingServer, InputStream is) Takes an email as an .eml from an input stream and sends it via a specific outgoing server.static void
MailProvider.send
(UID outgoingServer, NuclosMail mail) This method sends aNuclosMail
via a specific outgoing server -
Uses of UID in org.nuclos.api.report
Methods in org.nuclos.api.report that return UID -
Uses of UID in org.nuclos.api.service
Methods in org.nuclos.api.service that return UIDModifier 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.Methods in org.nuclos.api.service that return types with arguments of type UIDModifier and TypeMethodDescriptionUserService.verifyPasswordResolveUserId
(String username, String password) Will try to verify user/password against Nuclos User and on success return the UID.Methods in org.nuclos.api.service with parameters of type UIDModifier and TypeMethodDescriptiondefault List<NuclosMail>
default List<NuclosMail>
default void
MailService.send
(UID outgoingEmailServer, InputStream is) default void
MailService.send
(UID outgoingEmailServer, NuclosMail mail) -
Uses of UID in org.nuclos.api.statemodel
Methods in org.nuclos.api.statemodel that return UIDModifier 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 toConstructors in org.nuclos.api.statemodel with parameters of type UID -
Uses of UID in org.nuclos.api.ui
Methods in org.nuclos.api.ui that return UIDModifier and TypeMethodDescriptionResultToolbarItemFactory.getEntityUid()
Returns the UID of the business object for the result list the button is shown in.Method parameters in org.nuclos.api.ui with type arguments of type UID -
Uses of UID in org.nuclos.api.ui.dnd
Methods in org.nuclos.api.ui.dnd that return UID -
Uses of UID in org.nuclos.api.webclient
Methods in org.nuclos.api.webclient that return UIDMethods in org.nuclos.api.webclient with parameters of type UIDModifier and TypeMethodDescriptionvoid
WebclientUrl.setEntityId
(UID entityId) void
WebclientUrl.setProcessId
(UID processId) -
Uses of UID in org.nuclos.api.ws
Methods in org.nuclos.api.ws that return UID
StateChangeContext.getSourceState()