- generate(GenerateContext) - Method in interface org.nuclos.api.rule.GenerateRule
-
GenerateContext
is the context providing all generation - relevant attributes and methods
like TargetObjects, SourceObjects and ParameterObjects
- GenerateContext - Interface in org.nuclos.api.context
-
- generateFinal(GenerateContext) - Method in interface org.nuclos.api.rule.GenerateFinalRule
-
GenerateContext
is the context providing all generation - relevant attributes and methods
like TargetObjects, SourceObjects and ParameterObjects
- GenerateFinalRule - Interface in org.nuclos.api.rule
-
GenerateRule
is the interface that should be used to make an rule
applicable for Afterward-Generation-Events.
- GenerateRule - Interface in org.nuclos.api.rule
-
GenerateRule
is the interface that should be used to make an rule
applicable for Generation-Events.
- Generation<S extends BusinessObject,T extends BusinessObject> - Interface in org.nuclos.api.generation
-
Generation
is the main interface of all Nuclos generations.
- GenerationProvider - Class in org.nuclos.api.provider
-
- GenerationProvider() - Constructor for class org.nuclos.api.provider.GenerationProvider
-
- GenerationService - Interface in org.nuclos.api.service
-
- GenericBusinessObject<PK> - Interface in org.nuclos.api.businessobject
-
- GenericContext - Interface in org.nuclos.api.context.communication
-
- GenericNotificationContext - Interface in org.nuclos.api.context.communication
-
- GenericRequestContext - Interface in org.nuclos.api.context.communication
-
- GenericResponse - Interface in org.nuclos.api.communication.response
-
- get(PK) - Static method in interface org.nuclos.api.businessobject.BusinessObject
-
Returns the bo by id.
- get(String) - Static method in class org.nuclos.api.context.InputContext
-
Get value of requested variable
- get(String) - Method in class org.nuclos.api.context.SpringInputContext
-
Get value of requested variable
- getAccount() - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- getAction() - Method in interface org.nuclos.api.ui.MenuItem
-
- getActivationCode() - Method in interface org.nuclos.api.common.NuclosUser
-
- getAdditionalNavigation() - Method in interface org.nuclos.api.Direction
-
Returns navigation options where not based on entity
- getAll(SearchExpression, Map<String, Object>) - Method in interface org.nuclos.api.rule.DatasourceRule
-
- getAllIds(SearchExpression, Map<String, Object>) - Method in interface org.nuclos.api.rule.DatasourceRule
-
- getAllModifiableBusinessObjectClassNames() - Static method in class org.nuclos.api.provider.BusinessObjectProvider
-
This method returns a set containing the names of all modifiable business object classes.
- getAllModifiableBusinessObjectClassNames() - Method in interface org.nuclos.api.service.BusinessObjectService
-
- getAllObjectIds() - Method in interface org.nuclos.api.context.MultiContext
-
- getAttachments() - Method in interface org.nuclos.api.businessobject.facade.thin.Stateful
-
Returns all generic documents attached to this businessobject
- getAttachments() - Method in class org.nuclos.api.mail.NuclosMail
-
- getAttribute(String) - Method in class org.nuclos.api.authentication.AuthenticationResult
-
- getAttributeUid() - Method in class org.nuclos.api.businessobject.attribute.Attribute
-
for internal use only
- getAuthenticationResult() - Method in interface org.nuclos.api.context.RefreshAuthenticationContext
-
- getBusinessObject() - Method in interface org.nuclos.api.businessobject.GenericBusinessObject
-
- getBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.communication.PhoneCallRequestContext
-
- getBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.CustomContext
-
- getBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.DeleteContext
-
This method returns the
BusinessObject
containing the entry-data that has to be deleted.
- getBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.InsertContext
-
This method returns the
BusinessObject
containing the entry-data that has to be saved.
- getBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.PrintContext
-
- getBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.PrintFinalContext
-
- getBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.StateChangeContext
-
- getBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.UpdateContext
-
This method returns the
BusinessObject
containing the entry-data that has been changed
during runtime.
- getBusinessObjectId() - Method in interface org.nuclos.api.printout.Printout
-
returns the id of the business object
- getBusinessObjectId() - Method in class org.nuclos.api.webclient.WebclientUrl
-
- getById(Class<T>, PK) - Static method in class org.nuclos.api.provider.QueryProvider
-
Deprecated.
- getById(Map<String, Object>) - Method in interface org.nuclos.api.rule.DatasourceRule
-
- getById(Class<T>, PK) - Method in interface org.nuclos.api.service.QueryService
-
- getByIds(Map<String, Object>) - Method in interface org.nuclos.api.rule.DatasourceRule
-
- getByProcess(Process<T>, Process<T>...) - Static method in class org.nuclos.api.provider.QueryProvider
-
This method returns all
BusinessObject
s that contain one of the given processes;
A
Process
is always assigned to one
entity, so the type of the BusinessObject does not have to be mentioned explicitly;
There must be at least one process
- getByProcess(Process<T>, Process<T>...) - Method in interface org.nuclos.api.service.QueryService
-
- getByState(Class<T>, State, State...) - Static method in class org.nuclos.api.provider.QueryProvider
-
This method returns all
BusinessObject
s that contain one of the given states;
A
State
is always assigned to one
statemodel, that can be used by several entities.
- getByState(Class<T>, State, State...) - Method in interface org.nuclos.api.service.QueryService
-
- getCharset() - Method in class org.nuclos.api.mail.NuclosMailContentType
-
Method returns the charset, e.g UTF-8 or ISO-8859-1
- getChildSearchExpression() - Method in class org.nuclos.api.businessobject.SearchExpression
-
Get all SearchExpressions that are added to the given SearchExpression
- getClientProperty(String, String) - Method in interface org.nuclos.api.service.ClientPropertyService
-
- getColumns() - Method in interface org.nuclos.api.datasource.DatasourceResult
-
This method returns a list of all columns the datasource-query contains.
- getCommunicationAccountPhoneId() - Method in interface org.nuclos.api.common.NuclosUser
-
- getCommunicationPortId() - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- getComponent() - Method in interface org.nuclos.api.ui.DesktopItem
-
- getComponent(LayoutComponent.LayoutComponentType) - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- getComponentProperties() - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- getComponentPropertyLabels() - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- getConstantName() - Method in class org.nuclos.api.businessobject.attribute.Attribute
-
for internal use only
- getConstantName() - Method in class org.nuclos.api.businessobject.Dependent
-
for internal use only
- getContent() - Method in interface org.nuclos.api.common.NuclosFile
-
returns the content of the file
- getContent() - Method in interface org.nuclos.api.NuclosImage
-
Returns the content of the image
- getContentMap() - Method in interface org.nuclos.api.communication.response.GenericResponse
-
- getContentMap() - Method in interface org.nuclos.api.context.communication.GenericContext
-
- getContext() - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- getContextCacheValue(String) - Method in interface org.nuclos.api.context.RuleContext
-
This method returns the cached object that can be found for the given key
- getCopies() - Method in class org.nuclos.api.print.PrintProperties
-
get quantity of printed pages
- getCustom1() - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- getCustom2() - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- getCustom3() - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- getData() - Method in class org.nuclos.api.context.InputDelegateSpecification
-
Getter for context data to be passed to delegate instance.
- getData(Map<String, Object>) - Method in interface org.nuclos.api.rule.DatasourceRule
-
- getData() - Method in interface org.nuclos.api.ui.dnd.DropContext
-
getData
data transfered by the DnD action
- getDataLanguage() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
- getDataLocale() - Method in interface org.nuclos.api.User
-
- getDataLocales() - Static method in class org.nuclos.api.provider.DataLocaleProvider
-
- getDataLocales() - Method in interface org.nuclos.api.service.DataLocaleService
-
- getDefaulAlignment() - Method in interface org.nuclos.api.ui.layout.LayoutComponentFactory
-
is used by layout editor
- getDefaultAlignment() - Method in interface org.nuclos.api.ui.DefaultAlignment
-
- getDefaultOption() - Method in class org.nuclos.api.context.InputSpecification
-
Get default option (of available options, only applicable for INPUT_OPTION)
- getDefaultPropertyValue(String) - Method in interface org.nuclos.api.ui.layout.LayoutComponentFactory
-
is used by layout editor
- getDelegateClass() - Method in class org.nuclos.api.context.InputDelegateSpecification
-
Getter for delegate class name.
- getDescription() - Method in class org.nuclos.api.statemodel.State
-
This method returns the description of the current state object
- getDropHandler(DropTarget) - Method in interface org.nuclos.api.ui.dnd.DropHandlerProvider
-
getDropHandler
drop handler for specific
DropTarget
- getDropTarget() - Method in interface org.nuclos.api.ui.dnd.InstallContext
-
getDropTarget
drop target
- getEmail() - Method in interface org.nuclos.api.common.NuclosUser
-
- getEmail() - Method in interface org.nuclos.api.User
-
- getEntity() - Method in interface org.nuclos.api.businessobject.BusinessObject
-
Returns the name of the entity the BusinesObject bases on
- getEntity() - Method in interface org.nuclos.api.businessobject.GenericBusinessObject
-
Returns the name of the entity this GenericBusinessObject bases on
- getEntity() - Method in interface org.nuclos.api.Direction
-
Returns the name of the entity the BusinesObject bases on
- getEntityId() - Method in class org.nuclos.api.businessobject.Process
-
Returns the Id of the entity
- getEntityId() - Method in class org.nuclos.api.webclient.WebclientUrl
-
- getEntityName() - Method in class org.nuclos.api.businessobject.Dependent
-
for internal use only
- getEntityUid() - Method in class org.nuclos.api.businessobject.attribute.Attribute
-
for internal use only
- getEntityUid() - Method in interface org.nuclos.api.businessobject.BusinessObject
-
Returns the UID of the entity the BusinesObject bases on
- getEntityUid() - Method in class org.nuclos.api.businessobject.Dependent
-
for internal use only
- getEntityUid() - Method in interface org.nuclos.api.businessobject.GenericBusinessObject
-
Returns the UID of the entity this GenericBusinessObject bases on
- getEntityUid() - Method in interface org.nuclos.api.context.LayoutComponentContext
-
This method supplies the name of the underlying entity
- getEntityUid() - Method in interface org.nuclos.api.Direction
-
Returns the UID of the entity the BusinesObject bases on
- getEntityUid() - Method in interface org.nuclos.api.ui.dnd.InstallContext
-
getEntityName
entity name
- getEntityUid() - Method in interface org.nuclos.api.ui.ResultToolbarItemFactory
-
Returns the UID of the business object for the result list the button is shown in.
- getExpirationDate() - Method in interface org.nuclos.api.common.NuclosUser
-
- getExpirationDate() - Method in interface org.nuclos.api.User
-
- getExpression() - Method in exception org.nuclos.api.exception.InvalidExpressionException
-
- getExpressionOperator() - Method in class org.nuclos.api.businessobject.SearchExpression
-
returns the Operator used for comparison
- getFilename() - Method in interface org.nuclos.api.context.CustomRestUploadContext
-
file name of uploaded file
- getFirstname() - Method in interface org.nuclos.api.common.NuclosUser
-
- getFirstname() - Method in interface org.nuclos.api.User
-
- getForCollectiveProcessing(ForeignKeyAttribute<PK>, Collection<PK>) - Method in interface org.nuclos.api.rule.CollectiveProcessingProxy
-
- getForeignAttributeName() - Method in class org.nuclos.api.businessobject.Dependent
-
for internal use only
- getForeignAttributeUid() - Method in class org.nuclos.api.businessobject.Dependent
-
for internal use only
- getFrom() - Method in class org.nuclos.api.mail.NuclosMail
-
returns the name of the sender
- getFromNumber() - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
(could be null)
- getFromUserId() - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
(could be null)
- getGenericBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.CustomContext
-
- getGenericBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.DeleteContext
-
- getGenericBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.InsertContext
-
- getGenericBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.PrintContext
-
- getGenericBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.PrintFinalContext
-
- getGenericBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.StateChangeContext
-
- getGenericBusinessObject(Class<T>) - Method in interface org.nuclos.api.context.UpdateContext
-
This method returns the
GenericBusinessObject
containing the entry-data that has been changed
during runtime.
- getHeader(String) - Method in class org.nuclos.api.context.CustomRestResponse
-
- getHeaders() - Method in class org.nuclos.api.context.CustomRestResponse
-
- getHeaders() - Method in class org.nuclos.api.mail.NuclosMail
-
returns a map with all header information
- getHorizontal() - Method in class org.nuclos.api.ui.Alignment
-
- getHttpHeaders() - Method in interface org.nuclos.api.context.AuthenticationContext
-
Returns an injectable interface that provides access to HTTP header information.
- getHttpHeaders() - Method in interface org.nuclos.api.context.RefreshAuthenticationContext
-
Returns an injectable interface that provides access to HTTP header information.
- getIcon() - Method in interface org.nuclos.api.ui.layout.LayoutComponentFactory
-
- getIcon() - Method in interface org.nuclos.api.ui.ResultToolbarItemFactory
-
Returns the button's icon which is placed left of the label.
- getIcon() - Method in interface org.nuclos.api.ui.UserSettingsEditor
-
- getId() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
Only a internal id for equals and hashCode.
- getId() - Method in interface org.nuclos.api.businessobject.BusinessObject
-
Returns the primary key of this object
- getId() - Method in interface org.nuclos.api.businessobject.GenericBusinessObject
-
Returns the primary key of this object
- getId() - Method in class org.nuclos.api.businessobject.Process
-
Returns the Id of the process
- getId() - Method in interface org.nuclos.api.common.NuclosMandator
-
- getId() - Method in interface org.nuclos.api.common.NuclosRole
-
- getId() - Method in interface org.nuclos.api.common.NuclosUser
-
- getId() - Method in interface org.nuclos.api.communication.CommunicationPort
-
- getId() - Method in class org.nuclos.api.communication.CommunicationPortKey
-
This method returns the id of the communication port
- getId() - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- getId() - Method in interface org.nuclos.api.Direction
-
Returns the primary key of this object
- getId() - Method in interface org.nuclos.api.generation.Generation
-
- getId() - Method in interface org.nuclos.api.objectimport.ImportStructureDefinition
-
Id of the definition
- getId() - Method in interface org.nuclos.api.objectimport.XmlImportStructureDefinition
-
Id of the definition
- getId() - Method in class org.nuclos.api.parameter.NucletParameter
-
This method returns the id of the current nuclet parameter
- getId() - Method in class org.nuclos.api.parameter.SystemParameter
-
This method returns the id of the current system parameter
- getId() - Method in interface org.nuclos.api.printout.Printout
-
returns the id of the printout object
- getId() - Method in interface org.nuclos.api.report.OutputFormat
-
returns the id of the current format
- getId() - Method in interface org.nuclos.api.report.Report
-
returns the id of the current report object
- getId() - Method in class org.nuclos.api.statemodel.State
-
This method returns the Id of the current state object
- getId() - Method in class org.nuclos.api.ui.DesktopItemFactory
-
- getId() - Method in interface org.nuclos.api.ui.ResultToolbarItemFactory
-
Returns the id
- getId() - Method in interface org.nuclos.api.User
-
- getInlineAttachments() - Method in class org.nuclos.api.mail.NuclosMail
-
Returns a collection of all attached
NuclosFile
s representing inline attachments (e.g.
- getInputDelegateSpecification() - Method in exception org.nuclos.api.context.InputRequiredException
-
- getInputSpecification() - Method in exception org.nuclos.api.context.InputRequiredException
-
- getInputStream() - Method in interface org.nuclos.api.context.CustomRestUploadContext
-
stream of data sent by upload
- getInstance() - Static method in class org.nuclos.api.context.InputContext
-
- getInstance() - Static method in class org.nuclos.api.context.SpringInputContext
-
- getInt() - Method in enum org.nuclos.api.ui.AlignmentH
-
- getInt() - Method in enum org.nuclos.api.ui.AlignmentV
-
- getKey() - Method in class org.nuclos.api.context.InputSpecification
-
Get the variable key/name.
- getLabel() - Method in class org.nuclos.api.ui.DesktopItemFactory
-
- getLabel() - Method in interface org.nuclos.api.ui.MenuItem
-
- getLabel() - Method in interface org.nuclos.api.ui.ResultToolbarItemFactory
-
Returns the button's label.
- getLanguage() - Method in interface org.nuclos.api.context.RuleContext
-
Returns the Locale
of current user
- getLastLogin() - Method in interface org.nuclos.api.common.NuclosUser
-
- getLastname() - Method in interface org.nuclos.api.common.NuclosUser
-
- getLastname() - Method in interface org.nuclos.api.User
-
- getLastPasswordChange() - Method in interface org.nuclos.api.common.NuclosUser
-
- getLayoutComponentListeners() - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
get the listeners for layout components
- getLifetime() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
The default lifetime is AuthenticationResult.UNSET
, which means that the system is handling
the session lifetime only and a refresh is never called.
- getLifetimeUnit() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
- getLocale() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
- getLocked() - Method in interface org.nuclos.api.common.NuclosUser
-
- getLogFile() - Method in class org.nuclos.api.objectimport.ImportResult
-
This method returns the log file that has been created during import process
- getLoginAttempts() - Method in interface org.nuclos.api.common.NuclosUser
-
- getLoginWithEmailAllowed() - Method in interface org.nuclos.api.common.NuclosUser
-
- getMailCharset() - Method in class org.nuclos.api.mail.NuclosMail
-
returns the mail charset, e.g.
- getMailToAction(String, String) - Method in interface org.nuclos.api.ui.MailToEventHandler
-
- getMailType() - Method in class org.nuclos.api.mail.NuclosMail
-
returns the mail type, e.g.
- getMandator() - Method in interface org.nuclos.api.context.JobContext
-
Returns the mandator of this job
- getMandatorId() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
- getMenuPath() - Method in interface org.nuclos.api.ui.MenuItem
-
- getMessage() - Method in class org.nuclos.api.context.InputSpecification
-
Get the dialog message.
- getMessage(Throwable) - Static method in exception org.nuclos.api.exception.BusinessException
-
This method returns the message that is used in the parameter cause of type Throwable
- getMessage() - Method in exception org.nuclos.api.exception.PointerException
-
This method returns the message text of the exception
- getMessage() - Method in class org.nuclos.api.mail.NuclosMail
-
returns the message text of the email
- getMessage() - Method in interface org.nuclos.api.Message
-
- getMessage() - Method in interface org.nuclos.api.Progress
-
- getMessages() - Method in class org.nuclos.api.objectimport.ImportResult
-
This method returns all messages of the import process as a String.
- getMimeType() - Method in interface org.nuclos.api.ui.dnd.Flavor
-
getMimeType
mimetype for flavor
- getModelId() - Method in class org.nuclos.api.statemodel.State
-
This method returns the id of the statemodel the current state object belongs to
- getName() - Method in interface org.nuclos.api.common.NuclosFile
-
returns the filename
- getName() - Method in interface org.nuclos.api.common.NuclosMandator
-
- getName() - Method in interface org.nuclos.api.datasource.DatasourceColumn
-
Returns the name of the column
- getName() - Method in interface org.nuclos.api.NuclosImage
-
Returns the filename of the image
- getName() - Method in class org.nuclos.api.Property
-
- getName() - Method in class org.nuclos.api.statemodel.State
-
This method returns the name of the current state object
- getName() - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- getName() - Method in interface org.nuclos.api.ui.layout.LayoutComponentFactory
-
- getName() - Method in interface org.nuclos.api.ui.UserSettingsEditor
-
- getName() - Method in interface org.nuclos.api.User
-
- getNucletParameter(NucletParameter) - Static method in class org.nuclos.api.provider.ParameterProvider
-
- getNucletParameter(NucletParameter) - Method in interface org.nuclos.api.service.ParameterService
-
- getNuclosLogicalDeleted() - Method in interface org.nuclos.api.businessobject.facade.LogicalDeletable
-
returns true if business object is marked as logically deleted
- getNuclosState() - Method in interface org.nuclos.api.businessobject.facade.Stateful
-
Returns the default name of the current state
- getNuclosStateId() - Method in interface org.nuclos.api.businessobject.facade.thin.Stateful
-
Returns the id of the current status
- getNuclosStateNumber() - Method in interface org.nuclos.api.businessobject.facade.Stateful
-
Returns the number of the current state
- getNuclosUserAccount() - Method in interface org.nuclos.api.context.communication.PhoneCallRequestContext
-
- getNumeral() - Method in class org.nuclos.api.statemodel.State
-
This method returns the state numeral of the current state object
- getObjectId() - Method in interface org.nuclos.api.context.SingleContext
-
- getOperator() - Method in class org.nuclos.api.businessobject.SearchExpressionPair
-
- getOptions() - Method in class org.nuclos.api.context.InputSpecification
-
Get available input options, only applicable for INPUT_OPTION.
- getOrder() - Method in interface org.nuclos.api.ui.ResultToolbarItemFactory
-
Returns an integer which is used to determine the order of the buttons in the result list toolbar.
- getOutput() - Method in interface org.nuclos.api.context.PrintResult
-
- getOutputFormat() - Method in interface org.nuclos.api.context.PrintResult
-
- getOutputFormats() - Method in interface org.nuclos.api.printout.Printout
-
- getPackageName() - Method in class org.nuclos.api.businessobject.attribute.Attribute
-
for internal use only
- getPackageName() - Method in class org.nuclos.api.businessobject.Dependent
-
for internal use only
- getParameterGenericObject(Class<T>) - Method in interface org.nuclos.api.context.GenerateContext
-
- getParameterObject() - Method in interface org.nuclos.api.context.GenerateContext
-
This method returns the ParameterObject
- getParentOperator() - Method in class org.nuclos.api.businessobject.SearchExpression
-
- getParentSearchExpression() - Method in class org.nuclos.api.businessobject.SearchExpression
-
- getPassword() - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- getPasswordChanged() - Method in interface org.nuclos.api.User
-
- getPasswordChangeRequired() - Method in interface org.nuclos.api.common.NuclosUser
-
- getPasswordResetCode() - Method in interface org.nuclos.api.common.NuclosUser
-
- getPercent() - Method in interface org.nuclos.api.Progress
-
- getPort() - Method in interface org.nuclos.api.context.communication.CommunicationContext
-
- getPortId() - Method in interface org.nuclos.api.communication.CommunicationPortFactory.InstanceContext
-
Nuclos generates Ids for all communication ports.
- getPreference(String) - Method in interface org.nuclos.api.Preferences
-
- getPreference(String, Class<S>) - Method in interface org.nuclos.api.Preferences
-
- getPreference(String) - Method in class org.nuclos.api.PreferencesImpl
-
- getPreference(String, Class<S>) - Method in class org.nuclos.api.PreferencesImpl
-
- getPreferenceNames() - Method in interface org.nuclos.api.Preferences
-
- getPreferenceNames() - Method in class org.nuclos.api.PreferencesImpl
-
- getPrintoutList() - Method in interface org.nuclos.api.context.PrintContext
-
- getPrintResults() - Method in interface org.nuclos.api.context.PrintFinalContext
-
- getPrintServiceId() - Method in class org.nuclos.api.print.PrintProperties
-
get print service is used for printouts
- getPrivacyConsentAccepted() - Method in interface org.nuclos.api.common.NuclosUser
-
- getProcessId() - Method in class org.nuclos.api.webclient.WebclientUrl
-
- getProperties() - Method in interface org.nuclos.api.report.OutputFormat
-
- getReceivedDate() - Method in class org.nuclos.api.mail.NuclosMail
-
Gets the date this mail was received by the server.
- getRecipients() - Method in class org.nuclos.api.mail.NuclosMail
-
returns a list of all recipients
- getRecipientsBCC() - Method in class org.nuclos.api.mail.NuclosMail
-
returns a list of all recipientsBCC
- getRecipientsCC() - Method in class org.nuclos.api.mail.NuclosMail
-
returns a list of all recipientsCC
- getRemoteAddr() - Method in interface org.nuclos.api.context.AuthenticationContext
-
Returns the Internet Protocol (IP) address of the client
or last proxy that sent the request.
- getRemoteAddr() - Method in interface org.nuclos.api.context.RefreshAuthenticationContext
-
Returns the Internet Protocol (IP) address of the client
or last proxy that sent the request.
- getRemoteHost() - Method in interface org.nuclos.api.context.AuthenticationContext
-
Returns the fully qualified name of the client
or the last proxy that sent the request.
- getRemoteHost() - Method in interface org.nuclos.api.context.RefreshAuthenticationContext
-
Returns the fully qualified name of the client
or the last proxy that sent the request.
- getRemoteUser() - Method in interface org.nuclos.api.context.AuthenticationContext
-
Returns the login of the user making this request, if the
user has been authenticated, or null
if the user
has not been authenticated.
- getRemoteUser() - Method in interface org.nuclos.api.context.RefreshAuthenticationContext
-
Returns the login of the user making this request, if the
user has been authenticated, or null
if the user
has not been authenticated.
- getReplyTo() - Method in class org.nuclos.api.mail.NuclosMail
-
returns the reply address of the email
- getRepresentationClass() - Method in interface org.nuclos.api.ui.dnd.Flavor
-
getRepresentationClass
class for flavor
- getRequestData() - Method in interface org.nuclos.api.context.CustomRestContext
-
- getRequestParameter(String) - Method in interface org.nuclos.api.context.CustomRestContext
-
- getResponse() - Method in interface org.nuclos.api.context.communication.RequestContext
-
if no response is present clearResponse is called automatically
- getResponseValue() - Method in class org.nuclos.api.context.CustomRestResponse
-
- getRows() - Method in interface org.nuclos.api.datasource.DatasourceResult
-
This method returns all results of a datasource query.
- getSearchCondition() - Method in interface org.nuclos.api.ui.ResultToolbarItemContext
-
Returns the search condition of the current result list
- getSearchExpression() - Method in class org.nuclos.api.businessobject.SearchExpressionPair
-
- getSearchFilterId() - Method in class org.nuclos.api.webclient.WebclientUrl
-
- getSearchFilterUid() - Method in interface org.nuclos.api.Direction
-
Return the UID of the searchfilter which will be applied to the result list of the BusinessObject one is navigating to
- getSelectedResultItems() - Method in interface org.nuclos.api.ui.ResultToolbarItemContext
-
Returns the selection of the result list
- getSentDate() - Method in class org.nuclos.api.mail.NuclosMail
-
Gets the date this mail was sent.
- getServerProperty(String, String) - Method in interface org.nuclos.api.service.ServerPropertyService
-
- getServerUri() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
Clients can reach the application server via this base URI.
- getServiceNumber() - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
(could be null)
- getSessionId() - Method in interface org.nuclos.api.context.AuthenticationContext
-
Returns a string containing the unique identifier assigned
to this session.
- getSessionId() - Method in interface org.nuclos.api.context.JobContext
-
This methods return the SessionId that has been set by the user
- getSessionId() - Method in interface org.nuclos.api.context.RefreshAuthenticationContext
-
Returns a string containing the unique identifier assigned
to this session.
- getSetting(String) - Method in interface org.nuclos.api.Settings
-
- getSetting(String, Class<S>) - Method in interface org.nuclos.api.Settings
-
- getSetting(String) - Method in class org.nuclos.api.SettingsImpl
-
- getSetting(String, Class<S>) - Method in class org.nuclos.api.SettingsImpl
-
- getSettingNames() - Method in interface org.nuclos.api.Settings
-
- getSettingNames() - Method in class org.nuclos.api.SettingsImpl
-
- getSettings() - Method in interface org.nuclos.api.ui.UserSettingsEditor
-
called on save
- getSettingsComponent(Settings) - Method in interface org.nuclos.api.ui.UserSettingsEditor
-
- getSettingsKey() - Method in interface org.nuclos.api.ui.UserSettingsEditor
-
- getSource() - Method in class org.nuclos.api.businessobject.SearchExpression
-
returns the Source
- getSourceGenericObject(Class<T>) - Method in interface org.nuclos.api.context.GenerateContext
-
This method returns the
GenericBusinessObject
that represents the source; if there is more than
one SourceObject a BusinessException will be thrown; In this case use getSourceObjects(Class<T> t)
instead
- getSourceGenericObjects(Class<T>) - Method in interface org.nuclos.api.context.GenerateContext
-
- getSourceModule() - Method in interface org.nuclos.api.generation.Generation
-
- getSourceObject(Class<T>) - Method in interface org.nuclos.api.context.GenerateContext
-
This method returns a
BusinessObject
that represents the source; if there is more than
one SourceObject a BusinessException will be thrown; In this case use getSourceObjects(Class<T> t)
instead
- getSourceObjects(Class<T>) - Method in interface org.nuclos.api.context.GenerateContext
-
This method returns a list of
BusinessObject
that represent the Sources
- getSourceState() - Method in interface org.nuclos.api.context.StateChangeContext
-
This method returns the state that has to be changed
- getSourceStateId() - Method in interface org.nuclos.api.context.StateChangeContext
-
- getSourceStateNumber() - Method in interface org.nuclos.api.context.StateChangeContext
-
- getState() - Method in interface org.nuclos.api.communication.response.PhoneCallResponse
-
- getState() - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- getStub(Class<T>, WebServiceObject) - Static method in class org.nuclos.api.provider.WebServiceProvider
-
This method creates a new instance of the given stub class and provides it with all settings (e.g.
- getStub(Class<T>, WebServiceObject) - Method in interface org.nuclos.api.service.WebService
-
This method creates a new instance of the given stub class and provides it with all settings (e.g.
- getSubject() - Method in class org.nuclos.api.mail.NuclosMail
-
returns the subject of the email
- getSuperuser() - Method in interface org.nuclos.api.common.NuclosUser
-
- getSupportedTypes() - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- getSystemParameter(SystemParameter) - Static method in class org.nuclos.api.provider.ParameterProvider
-
- getSystemParameter(SystemParameter) - Method in interface org.nuclos.api.service.ParameterService
-
- getSystemParameterValues() - Method in interface org.nuclos.api.communication.CommunicationPortFactory.InstanceContext
-
Your interface defines the needed system parameters.
- getTarget() - Method in class org.nuclos.api.businessobject.SearchExpression
-
returns the Target
- getTargetGenericObject(Class<T>) - Method in interface org.nuclos.api.context.GenerateContext
-
- getTargetModule() - Method in interface org.nuclos.api.generation.Generation
-
- getTargetObject(Class<T>) - Method in interface org.nuclos.api.context.GenerateContext
-
- getTargetObjectId() - Method in interface org.nuclos.api.ui.dnd.DropContext
-
getTargetObjectId
id of drop target
- getTargetState() - Method in interface org.nuclos.api.context.StateChangeContext
-
This method returns the state the user wants to change to
- getTargetStateId() - Method in interface org.nuclos.api.context.StateChangeContext
-
- getTargetStateNumber() - Method in interface org.nuclos.api.context.StateChangeContext
-
- getTaskListId() - Method in class org.nuclos.api.webclient.WebclientUrl
-
- getTitle() - Method in class org.nuclos.api.context.InputSpecification
-
Get the dialog title.
- getTitle() - Method in interface org.nuclos.api.Message
-
- getToNumber() - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- getToNumber() - Method in interface org.nuclos.api.context.communication.PhoneCallRequestContext
-
- getTooltip() - Method in interface org.nuclos.api.ui.ResultToolbarItemFactory
-
Returns the button's tooltip.
- getToUserId() - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
(could be null)
- getTransactionalObject() - Method in interface org.nuclos.api.context.JobContext
-
This methods returns the transactional object.
- getTransactionalObjects(JobContext) - Method in interface org.nuclos.api.rule.TransactionalJobRule
-
For every list entry returned by this method a new transaction will be opened.
- getTrayId() - Method in class org.nuclos.api.print.PrintProperties
-
get tray of the print service
- getType() - Method in class org.nuclos.api.businessobject.attribute.Attribute
-
for internal use only
- getType() - Method in class org.nuclos.api.businessobject.Dependent
-
for internal use only
- getType() - Method in class org.nuclos.api.businessobject.Process
-
- getType() - Method in class org.nuclos.api.context.InputSpecification
-
Get input type.
- getType() - Method in interface org.nuclos.api.context.LayoutComponentContext
-
- getType() - Method in interface org.nuclos.api.datasource.DatasourceColumn
-
Returns the type of the column as class
- getType() - Method in class org.nuclos.api.mail.NuclosMailContentType
-
Method returns the mail type, e.g text/plain or text/html
- getType() - Method in class org.nuclos.api.Property
-
- getUID() - Method in interface org.nuclos.api.ws.WebServiceObject
-
Returns the UID of the Nuclos-WebService.
- getUpdateAfterExecution() - Method in interface org.nuclos.api.context.CustomContext
-
This method returns true if the
BusinessObject
of the context is updated
after rule execution.
- getUriInfo() - Method in interface org.nuclos.api.context.AuthenticationContext
-
Returns an injectable interface that provides access to application and request
URI information.
- getUriInfo() - Method in interface org.nuclos.api.context.RefreshAuthenticationContext
-
Returns an injectable interface that provides access to application and request
URI information.
- getUrl() - Method in interface org.nuclos.api.Direction
-
Returns URL to navigate to
- getUser() - Method in interface org.nuclos.api.context.RuleContext
-
Returns the current user
- getUserId() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
Either username or user id must be specified.
- getUserId() - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- getUsername() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
Either username or user id must be specified.
- getUsername() - Method in interface org.nuclos.api.common.NuclosUser
-
- getUsername() - Method in interface org.nuclos.api.context.ScriptContext
-
- getUserSettings(String) - Method in interface org.nuclos.api.service.UserSettingsService
-
- getValue() - Method in class org.nuclos.api.businessobject.SearchExpression
-
returns the Value
- getVersion() - Method in interface org.nuclos.api.businessobject.BusinessObject
-
Returns the current version of this object
- getVersion() - Method in interface org.nuclos.api.businessobject.GenericBusinessObject
-
Returns the current version of this object
- getVertical() - Method in class org.nuclos.api.ui.Alignment
-
- grantMandator(NuclosMandator, NuclosUser) - Static method in class org.nuclos.api.provider.UserProvider
-
This method assigns a mandator to a given user.
- grantMandator(NuclosMandator, NuclosUser) - Method in interface org.nuclos.api.service.UserService
-
This method assigns a mandator to a given user.
- grantRole(Class<? extends NuclosRole>, NuclosUser) - Static method in class org.nuclos.api.provider.UserProvider
-
This method assigns a role to a given user.
- grantRole(NuclosRole, NuclosUser) - Static method in class org.nuclos.api.provider.UserProvider
-
This method assigns a role to a given user.
- grantRole(Class<? extends NuclosRole>, NuclosUser) - Method in interface org.nuclos.api.service.UserService
-
This method assigns a role to a given user.
- grantRole(NuclosRole, NuclosUser) - Method in interface org.nuclos.api.service.UserService
-
This method assigns a role to a given user.
- Gt(T) - Method in class org.nuclos.api.businessobject.attribute.NumericAttribute
-
GreaterThan - comparison operation
- Gte(T) - Method in class org.nuclos.api.businessobject.attribute.NumericAttribute
-
GreaterThanEqual - comparison operation
- Id - Static variable in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
Attribute: primaryKey
Entity: nuclos_userCommunicationAccount
DB-Name: STRUID
Data type: org.nuclos.api.UID
Localized: false
Output format: null
Scale: null
Precision: null
- IDCOLUMN - Static variable in interface org.nuclos.api.rule.DatasourceRule
-
- ImportProvider - Class in org.nuclos.api.provider
-
- ImportProvider() - Constructor for class org.nuclos.api.provider.ImportProvider
-
- ImportResult - Class in org.nuclos.api.objectimport
-
This class represents the return value of an import process.
- ImportResult(boolean, String, NuclosFile) - Constructor for class org.nuclos.api.objectimport.ImportResult
-
- ImportService - Interface in org.nuclos.api.service
-
- ImportStructureDefinition - Interface in org.nuclos.api.objectimport
-
This class represents a structure definition that is use in rule programming to manually import data into Nuclos
- initialize(Map<String, Serializable>) - Method in interface org.nuclos.api.context.InputDelegate
-
Initialize the input delegate view with optional context data from server.
- INPUT_MEMO - Static variable in class org.nuclos.api.context.InputSpecification
-
Input type to show string memo input dialog (with text area and possibility to enter a line break)
- INPUT_OPTION - Static variable in class org.nuclos.api.context.InputSpecification
-
Input type to show a select option dialog.
- INPUT_VALUE - Static variable in class org.nuclos.api.context.InputSpecification
-
Input type to show string input dialog.
- InputContext - Class in org.nuclos.api.context
-
InputContext
adds support for requesting input from the user.
- InputContextSupport - Interface in org.nuclos.api.ui
-
- InputDelegate - Interface in org.nuclos.api.context
-
Interface for creating input delegate views.
- InputDelegateDataMap() - Constructor for class org.nuclos.api.context.InputDelegateSpecification.InputDelegateDataMap
-
for deserialization only
- InputDelegateDataMap(Map<String, Serializable>) - Constructor for class org.nuclos.api.context.InputDelegateSpecification.InputDelegateDataMap
-
- InputDelegateSpecification - Class in org.nuclos.api.context
-
Specification of a client-side delegate class to produce a customized input panel.
- InputDelegateSpecification() - Constructor for class org.nuclos.api.context.InputDelegateSpecification
-
for deserialization only
- InputDelegateSpecification(String) - Constructor for class org.nuclos.api.context.InputDelegateSpecification
-
Constructs a new InputDelegateSpecification.
- InputDelegateSpecification.InputDelegateDataMap - Class in org.nuclos.api.context
-
- InputRequiredException - Exception in org.nuclos.api.context
-
Exception to request additional input user.
- InputRequiredException() - Constructor for exception org.nuclos.api.context.InputRequiredException
-
for deserialization only
- InputRequiredException(InputSpecification) - Constructor for exception org.nuclos.api.context.InputRequiredException
-
- InputRequiredException(InputDelegateSpecification) - Constructor for exception org.nuclos.api.context.InputRequiredException
-
- InputSpecification - Class in org.nuclos.api.context
-
Specification of input dialog.
- InputSpecification() - Constructor for class org.nuclos.api.context.InputSpecification
-
for deserialization only
- InputSpecification(int, String, String) - Constructor for class org.nuclos.api.context.InputSpecification
-
- InputSpecification(int, String, String, String) - Constructor for class org.nuclos.api.context.InputSpecification
-
- InputValidationException - Exception in org.nuclos.api.context
-
Exception to be thrown by
InputDelegate
if user input is incomplete or
- InputValidationException(String, Throwable) - Constructor for exception org.nuclos.api.context.InputValidationException
-
- InputValidationException(String) - Constructor for exception org.nuclos.api.context.InputValidationException
-
- insert(T) - Static method in class org.nuclos.api.provider.BusinessObjectProvider
-
- insert(String) - Static method in class org.nuclos.api.provider.MandatorProvider
-
This method creates a Mandator and returns the id of the new object.
- insert(String, NuclosMandator) - Static method in class org.nuclos.api.provider.MandatorProvider
-
This method creates a Mandator and returns the id of the new object.
- insert(NuclosUser) - Static method in class org.nuclos.api.provider.UserProvider
-
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.
- insert(NuclosUser, String) - Static method in class org.nuclos.api.provider.UserProvider
-
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.
- insert(NuclosUser, String, boolean) - Static method in class org.nuclos.api.provider.UserProvider
-
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.
- insert(String, String, String, String, Boolean) - Static method in class org.nuclos.api.provider.UserProvider
-
Deprecated.
- insert(String, String, String, String, String, Boolean) - Static method in class org.nuclos.api.provider.UserProvider
-
Deprecated.
- insert(InsertContext) - Method in interface org.nuclos.api.rule.InsertRule
-
InsertContext
is the context providing all insert - relevant attributes and methods.
- insert(T) - Method in interface org.nuclos.api.service.BusinessObjectService
-
- insert(String) - Method in interface org.nuclos.api.service.MandatorService
-
- insert(String, NuclosMandator) - Method in interface org.nuclos.api.service.MandatorService
-
- insert(NuclosUser) - Method in interface org.nuclos.api.service.UserService
-
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.
- insert(NuclosUser, String) - Method in interface org.nuclos.api.service.UserService
-
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.
- insert(NuclosUser, String, boolean) - Method in interface org.nuclos.api.service.UserService
-
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.
- insert(String, String, String, String, Boolean) - Method in interface org.nuclos.api.service.UserService
-
Deprecated.
- insert(String, String, String, String, String, Boolean) - Method in interface org.nuclos.api.service.UserService
-
Deprecated.
- insertAll(Collection<T>) - Static method in class org.nuclos.api.provider.BusinessObjectProvider
-
This method receives a collection of new BusinessObjects and stores them in the database.
- insertAll(Collection<T>) - Method in interface org.nuclos.api.service.BusinessObjectService
-
- insertAttachment(NuclosFile, String) - Method in interface org.nuclos.api.businessobject.facade.thin.Stateful
-
Inserts the given file as generic document with the given comment
- InsertContext - Interface in org.nuclos.api.context
-
InsertContext
represents the context used in Insert-Rule, Insert and InsertFinal
- insertFinal(InsertContext) - Method in interface org.nuclos.api.rule.InsertFinalRule
-
InsertContext
is the context providing all insert - relevant attributes and methods.
- InsertFinalRule - Interface in org.nuclos.api.rule
-
InsertFinalRule
is the interface that should be used to make an rule
applicable for Afterwards-Insert-Events.
- InsertRule - Interface in org.nuclos.api.rule
-
InsertRule
is the interface that should be used to make an rule
applicable for Insert-Events.
- install(InstallContext) - Method in interface org.nuclos.api.ui.dnd.DropHandler
-
install
evaluate if the handler may accept drops
- InstallContext - Interface in org.nuclos.api.ui.dnd
-
InstallContext
context information for @link{DropHandler} installation
- InstantiableContext - Interface in org.nuclos.api.context.communication
-
- InvalidExpressionException - Exception in org.nuclos.api.exception
-
- InvalidExpressionException(String) - Constructor for exception org.nuclos.api.exception.InvalidExpressionException
-
- isAllowed(DropContext<PK>) - Method in interface org.nuclos.api.ui.dnd.DropHandler
-
isAllowed
check if drop is allowed
- isAllowed(Set<UID>) - Method in interface org.nuclos.api.ui.ResultToolbarItemFactory
-
Returns true if the user is allowed to use this button based on actions in T_AD_ACTION granted to him/her.
- isCollectiveProcessing() - Method in interface org.nuclos.api.context.UpdateContext
-
Returns true if update is called from a collective process ("Sammelbearbeitung").
- isDelete() - Method in interface org.nuclos.api.businessobject.BusinessObject
-
Object is removed?
- isDelete() - Method in interface org.nuclos.api.businessobject.GenericBusinessObject
-
Object is removed?
- isDuplex() - Method in class org.nuclos.api.print.PrintProperties
-
get is duplex mode enabled
- isEnabled() - Method in interface org.nuclos.api.ui.MenuItem
-
- isEnabled(Collection<Object>) - Method in interface org.nuclos.api.ui.ResultToolbarItem
-
Returns true if button is usable based on the currently selected rows in result list.
- isInsert() - Method in interface org.nuclos.api.businessobject.BusinessObject
-
Is this object a new one?
- isInsert() - Method in interface org.nuclos.api.businessobject.GenericBusinessObject
-
Is this object a new one?
- isLastTransactionalObject() - Method in interface org.nuclos.api.context.JobContext
-
This methods returns true
when the last transactional object will be returned by getTransactionalObject
.
- isLocked() - Method in interface org.nuclos.api.User
-
- isLogical() - Method in interface org.nuclos.api.context.DeleteContext
-
This method returns wether the deletion is logical or physical
- isLoginRequired() - Method in class org.nuclos.api.authentication.AuthenticationResult
-
- isMandatorGranted(NuclosMandator, NuclosUser) - Static method in class org.nuclos.api.provider.UserProvider
-
This method checks if a mandator is granted to a given user.
- isMandatorGranted(NuclosMandator, NuclosUser) - Method in interface org.nuclos.api.service.UserService
-
This method checks if a mandator is granted to a given user.
- isNewTab() - Method in interface org.nuclos.api.Direction
-
Returns is it to publish in new client tab / browser tab
- isNull() - Method in class org.nuclos.api.businessobject.attribute.Attribute
-
This method enables the user to ensure that a value is null
- isOverlay() - Method in interface org.nuclos.api.Message
-
- isRemovable() - Method in interface org.nuclos.api.ui.DesktopItem
-
Determines if this DesktopItem is removable by the user.
- isRequirePasswordChange() - Method in interface org.nuclos.api.User
-
- isResponse() - Method in interface org.nuclos.api.context.communication.RequestContext
-
internal use only
- isSuperuser() - Method in interface org.nuclos.api.User
-
- isSupported() - Static method in class org.nuclos.api.context.InputContext
-
Is the creator of the request able to provide additional input?
- isSupported() - Method in class org.nuclos.api.context.SpringInputContext
-
Is the creator of the request able to provide additional input?
- isUpdate() - Method in interface org.nuclos.api.businessobject.BusinessObject
-
Object is modified?
- isUpdate() - Method in interface org.nuclos.api.businessobject.GenericBusinessObject
-
Object is modified?
- isVisible() - Method in interface org.nuclos.api.ui.Visibility
-
Is visible
- save() - Method in interface org.nuclos.api.businessobject.facade.Modifiable
-
Saves this bo.
- save(NuclosFile, String) - Static method in class org.nuclos.api.provider.FileProvider
-
This method saves a
NuclosFile
in the given directory
- save(NuclosFile, String) - Method in interface org.nuclos.api.service.FileService
-
- ScriptContext - Interface in org.nuclos.api.context
-
Context for scripting expressions.
- SearchContext - Interface in org.nuclos.api.ui.layout
-
Search Context
- searchEntered(SearchContext) - Method in class org.nuclos.api.ui.layout.LayoutComponentAdapter
-
- searchEntered(SearchContext) - Method in interface org.nuclos.api.ui.layout.LayoutComponentListener
-
search entered
- SearchExpression<T> - Class in org.nuclos.api.businessobject
-
- SearchExpression(Attribute<T>, Attribute<T>, QueryOperation) - Constructor for class org.nuclos.api.businessobject.SearchExpression
-
This Constructor is used when there are two attributes to compare
- SearchExpression(Attribute<T>, T, QueryOperation) - Constructor for class org.nuclos.api.businessobject.SearchExpression
-
This Constructor is used when a attributes is compared to a given value with a given operator
- SearchExpression(Attribute<T>, QueryOperation) - Constructor for class org.nuclos.api.businessobject.SearchExpression
-
This Constructor is used when a attributes is checkd on Null or notNull
- SearchExpression(SearchExpression<T>, QueryOperation) - Constructor for class org.nuclos.api.businessobject.SearchExpression
-
- SearchExpressionPair<T> - Class in org.nuclos.api.businessobject
-
- SearchExpressionPair(QueryOperation, SearchExpression<T>) - Constructor for class org.nuclos.api.businessobject.SearchExpressionPair
-
- send(NuclosMail) - Static method in class org.nuclos.api.provider.MailProvider
-
This method sends a
NuclosMail
All connection settings like POP3/SMTP must be set in Nuclos as system parameters
- send(InputStream) - Static method in class org.nuclos.api.provider.MailProvider
-
Takes an email as an .eml from an input stream and sends it.
- send(NuclosMail) - Method in interface org.nuclos.api.service.MailService
-
- send(InputStream) - Method in interface org.nuclos.api.service.MailService
-
- sendClose() - Static method in class org.nuclos.api.context.MessageContext
-
- sendCommand(Command) - Static method in class org.nuclos.api.context.MessageContext
-
Sends the given command to the client.
- sendCommand(Command) - Method in interface org.nuclos.api.service.MessageContextService
-
- sendMessage(String) - Static method in class org.nuclos.api.context.MessageContext
-
- sendMessage(String, String) - Static method in class org.nuclos.api.context.MessageContext
-
- sendMessage(Message) - Method in interface org.nuclos.api.service.MessageContextService
-
- sendProgress(int, String) - Static method in class org.nuclos.api.context.MessageContext
-
- sendProgress(Progress) - Method in interface org.nuclos.api.service.MessageContextService
-
- ServerPropertyService - Interface in org.nuclos.api.service
-
- set(Map<String, Serializable>) - Method in class org.nuclos.api.context.SpringInputContext
-
- setAccount(String) - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- setActivationCode(String) - Method in interface org.nuclos.api.common.NuclosUser
-
- setApplyForAllMultiEditObjects(boolean) - Method in class org.nuclos.api.context.InputDelegateSpecification
-
- setApplyForAllMultiEditObjects(boolean) - Method in class org.nuclos.api.context.InputSpecification
-
- setAttribute(String, String) - Method in class org.nuclos.api.authentication.AuthenticationResult
-
Store important information during authentication, and access them later during refresh.
- setBorder(Border) - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- setBusinessObject(T) - Method in interface org.nuclos.api.context.communication.PhoneCallRequestContext
-
- setBusinessObjectId(Long) - Method in interface org.nuclos.api.printout.Printout
-
set id of the business object
- setBusinessObjectId(Object) - Method in class org.nuclos.api.webclient.WebclientUrl
-
- setBusinessObjectService(BusinessObjectService) - Method in class org.nuclos.api.provider.BusinessObjectProvider
-
- setChangedBy(String) - Method in interface org.nuclos.api.businessobject.facade.Modifiable
-
Sets name of user who last modified the object
- setChunkSize(Long) - Method in interface org.nuclos.api.businessobject.Query
-
- setClientProperty(String, String, String) - Method in interface org.nuclos.api.service.ClientPropertyService
-
- setCommunicationService(CommunicationService) - Method in class org.nuclos.api.provider.CommunicationProvider
-
- setCompletionConsumer(Consumer<Boolean>) - Method in interface org.nuclos.api.context.InputDelegate
-
A "Completion Consumer" can be optionally usedm by whom the implemenation can notify when input is (in)complete.
- setContent(byte[]) - Method in interface org.nuclos.api.common.NuclosFile
-
sets the content to the file
- setContentType(NuclosMailContentType) - Method in class org.nuclos.api.mail.NuclosMail
-
- setCopies(int) - Method in class org.nuclos.api.print.PrintProperties
-
set quantity of printed pages
- setCreatedBy(String) - Method in interface org.nuclos.api.businessobject.facade.Modifiable
-
Sets name of user who created the object
- setCustom1(String) - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- setCustom2(String) - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- setCustom3(String) - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- setData(Map<String, Serializable>) - Method in class org.nuclos.api.context.InputDelegateSpecification
-
Setter for context data to be passed to delegate instance.
- setDataLocaleService(DataLocaleService) - Method in class org.nuclos.api.provider.DataLocaleProvider
-
- setDatasourceService(DatasourceService) - Method in class org.nuclos.api.provider.DatasourceProvider
-
- setDefaultOption(Object) - Method in class org.nuclos.api.context.InputSpecification
-
Set default option (of available options, only applicable for INPUT_OPTION)
- setDescription(String) - Method in interface org.nuclos.api.communication.CommunicationInterface.Registration
-
- setDuplex(boolean) - Method in class org.nuclos.api.print.PrintProperties
-
set is duplex mode enabled
- setEmail(String) - Method in interface org.nuclos.api.common.NuclosUser
-
- setEntityId(UID) - Method in class org.nuclos.api.webclient.WebclientUrl
-
- setExpirationDate(Date) - Method in interface org.nuclos.api.common.NuclosUser
-
- setFileService(FileService) - Method in class org.nuclos.api.provider.FileProvider
-
- setFirstname(String) - Method in interface org.nuclos.api.common.NuclosUser
-
- setFrom(String) - Method in class org.nuclos.api.mail.NuclosMail
-
sets the name of the sender
- setFromNumber(String) - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- setFromUserId(UID) - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- setGenerationService(GenerationService) - Method in class org.nuclos.api.provider.GenerationProvider
-
- setHeader(String, String) - Method in class org.nuclos.api.context.CustomRestResponse
-
- setHeader(String, String) - Method in class org.nuclos.api.mail.NuclosMail
-
adds an entry to the header object of the email
- setHelpUrl(String) - Method in interface org.nuclos.api.communication.CommunicationInterface.Registration
-
- setId(String) - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- setImportService(ImportService) - Method in class org.nuclos.api.provider.ImportProvider
-
- setLastname(String) - Method in interface org.nuclos.api.common.NuclosUser
-
- setLifetime(long, TimeUnit) - Method in class org.nuclos.api.authentication.AuthenticationResult
-
The default lifetime is AuthenticationResult.UNSET
, which means that the system is handling
the session lifetime only and a refresh is never called.
- setLocked(Boolean) - Method in interface org.nuclos.api.common.NuclosUser
-
- setLoginWithEmailAllowed(Boolean) - Method in interface org.nuclos.api.common.NuclosUser
-
- setMailService(MailService) - Method in class org.nuclos.api.provider.MailProvider
-
- setMandatorService(MandatorService) - Method in class org.nuclos.api.provider.MandatorProvider
-
- setMessage(String) - Method in class org.nuclos.api.mail.NuclosMail
-
sets the message text of the email
- setMessageContextService(MessageContextService) - Method in class org.nuclos.api.context.MessageContext
-
- setMultiInstanceable(boolean) - Method in interface org.nuclos.api.communication.CommunicationInterface.Registration
-
if not set, default is false
- setName(String) - Method in interface org.nuclos.api.common.NuclosFile
-
sets the filename
- setName(String) - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- setNuclosUserAccount(NuclosUserCommunicationAccount) - Method in interface org.nuclos.api.context.communication.PhoneCallRequestContext
-
- setOffset(Long) - Method in interface org.nuclos.api.businessobject.Query
-
Add offset and chunkSize for the search
- setOptions(Object[]) - Method in class org.nuclos.api.context.InputSpecification
-
Set available input options, only applicable for INPUT_OPTION.
- setParameterService(ParameterService) - Method in class org.nuclos.api.provider.ParameterProvider
-
- setPassword(String) - Method in interface org.nuclos.api.common.NuclosUserCommunicationAccount
-
- setPasswordChangeRequired(Boolean) - Method in interface org.nuclos.api.common.NuclosUser
-
- setPasswordResetCode(String) - Method in interface org.nuclos.api.common.NuclosUser
-
- setPreference(String, Serializable) - Method in interface org.nuclos.api.Preferences
-
- setPreference(String, Serializable) - Method in class org.nuclos.api.PreferencesImpl
-
- setPreferences(Preferences) - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- setPreferredSize(Dimension) - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- setPrintoutService(PrintoutService) - Method in class org.nuclos.api.provider.PrintoutProvider
-
- setPrintServiceId(UID) - Method in class org.nuclos.api.print.PrintProperties
-
set print service
UID
used for printouts
- setPrivacyConsentAccepted(Boolean) - Method in interface org.nuclos.api.common.NuclosUser
-
- setProcessId(UID) - Method in class org.nuclos.api.webclient.WebclientUrl
-
- setProperty(String, Object) - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
- setQueryService(QueryService) - Method in class org.nuclos.api.provider.QueryProvider
-
- setReceivedDate(Date) - Method in class org.nuclos.api.mail.NuclosMail
-
Sets the date this mail was received by the server.
- setReplyTo(String) - Method in class org.nuclos.api.mail.NuclosMail
-
sets the reply address of the email
- setReportService(ReportService) - Method in class org.nuclos.api.provider.ReportProvider
-
- setSearchFilterId(String) - Method in class org.nuclos.api.webclient.WebclientUrl
-
- setSentDate(Date) - Method in class org.nuclos.api.mail.NuclosMail
-
Sets the date this mail was sent.
- setServerProperty(String, String, String) - Method in interface org.nuclos.api.service.ServerPropertyService
-
- setServiceNumber(String) - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- setSessionId(Long) - Method in interface org.nuclos.api.context.JobContext
-
This method sets the SessionId that is passed as argument
- setSetting(String, Serializable) - Method in interface org.nuclos.api.Settings
-
- setSetting(String, Serializable) - Method in class org.nuclos.api.SettingsImpl
-
- setState(PhoneCallResponse.State) - Method in interface org.nuclos.api.communication.response.PhoneCallResponse
-
- setState(PhoneCallNotificationContext.State) - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- setStatemodelService(StatemodelService) - Method in class org.nuclos.api.provider.StatemodelProvider
-
- setSubject(String) - Method in class org.nuclos.api.mail.NuclosMail
-
sets the subject of the email
- setSuperuser(Boolean) - Method in interface org.nuclos.api.common.NuclosUser
-
- setSupported(boolean) - Method in class org.nuclos.api.context.SpringInputContext
-
- setTabController(TabController) - Method in interface org.nuclos.api.ui.layout.LayoutComponent
-
Give the layout component a handle for controlling some aspects of
the tab it is displayed on.
- setTaskListId(String) - Method in class org.nuclos.api.webclient.WebclientUrl
-
- Settings - Interface in org.nuclos.api
-
- SettingsImpl - Class in org.nuclos.api
-
- SettingsImpl() - Constructor for class org.nuclos.api.SettingsImpl
-
- setToNumber(String) - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- setToNumber(String) - Method in interface org.nuclos.api.context.communication.PhoneCallRequestContext
-
- setToUserId(UID) - Method in interface org.nuclos.api.context.communication.PhoneCallNotificationContext
-
- setTransactionService(TransactionService) - Method in class org.nuclos.api.transaction.CurrentTransaction
-
- setTrayId(UID) - Method in class org.nuclos.api.print.PrintProperties
-
set tray
UID
of the print service
- setUiLocked(boolean) - Method in interface org.nuclos.api.ui.ResultToolbarItemContext
-
Lock the current result list (tab)
- setup(Map<String, Serializable>) - Method in interface org.nuclos.api.ui.InputContextSupport
-
- setUpdateAfterExecution(boolean) - Method in interface org.nuclos.api.context.CustomContext
-
Sets flag "UpdateAfterExecution" to control if the
BusinessObject
of the context is updated
after rule execution.
- setUsername(String) - Method in interface org.nuclos.api.common.NuclosUser
-
- setUserService(UserService) - Method in class org.nuclos.api.provider.UserProvider
-
- setUserSettings(String, Settings) - Method in interface org.nuclos.api.service.UserSettingsService
-
- setWebclientService(WebclientService) - Method in class org.nuclos.api.provider.WebclientProvider
-
- setWebservice(WebService) - Method in class org.nuclos.api.provider.WebServiceProvider
-
- setXmlImportService(XmlImportService) - Method in class org.nuclos.api.provider.XmlImportProvider
-
- shutdown(P) - Method in interface org.nuclos.api.communication.CommunicationPortFactory
-
- SingleContext<PK> - Interface in org.nuclos.api.context
-
- singleDeleteAfter(SingleContext<PK>) - Method in class org.nuclos.api.ui.layout.LayoutComponentAdapter
-
- singleDeleteAfter(SingleContext<PK>) - Method in interface org.nuclos.api.ui.layout.LayoutComponentListener
-
delete entered by single object (after)
- singleDeleteBefore(SingleContext<PK>) - Method in class org.nuclos.api.ui.layout.LayoutComponentAdapter
-
- singleDeleteBefore(SingleContext<PK>) - Method in interface org.nuclos.api.ui.layout.LayoutComponentListener
-
delete entered by single object (before)
- singleInsertAfter(SingleContext<PK>) - Method in class org.nuclos.api.ui.layout.LayoutComponentAdapter
-
- singleInsertAfter(SingleContext<PK>) - Method in interface org.nuclos.api.ui.layout.LayoutComponentListener
-
- singleInsertBefore(SingleContext<PK>) - Method in class org.nuclos.api.ui.layout.LayoutComponentAdapter
-
- singleInsertBefore(SingleContext<PK>) - Method in interface org.nuclos.api.ui.layout.LayoutComponentListener
-
- singleUpdateAfter(SingleContext<PK>) - Method in class org.nuclos.api.ui.layout.LayoutComponentAdapter
-
- singleUpdateAfter(SingleContext<PK>) - Method in interface org.nuclos.api.ui.layout.LayoutComponentListener
-
- singleUpdateBefore(SingleContext<PK>) - Method in class org.nuclos.api.ui.layout.LayoutComponentAdapter
-
- singleUpdateBefore(SingleContext<PK>) - Method in interface org.nuclos.api.ui.layout.LayoutComponentListener
-
- singleViewEntered(SingleContext<PK>) - Method in class org.nuclos.api.ui.layout.LayoutComponentAdapter
-
- singleViewEntered(SingleContext<PK>) - Method in interface org.nuclos.api.ui.layout.LayoutComponentListener
-
view entered by single object
- source - Variable in class org.nuclos.api.businessobject.SearchExpression
-
- SpringInputContext - Class in org.nuclos.api.context
-
- State - Class in org.nuclos.api.statemodel
-
Represents a state of a nuclos statemodel.
- State(UID, String, String, Integer, UID) - Constructor for class org.nuclos.api.statemodel.State
-
- StateChangeContext - Interface in org.nuclos.api.context
-
StateChangeContext
represents the context used in StateChange-Rule, StateChange and StateChangeFinal
- StateChangeFinalRule - Interface in org.nuclos.api.rule
-
StateChangeFinalRule
is the interface that should be used to make an rule
applicable for Afterwards-StateChange-Events.
- StateChangeRule - Interface in org.nuclos.api.rule
-
StateChangeRule
is the interface that should be used to make an rule
applicable for StateChange-Events.
- Stateful - Interface in org.nuclos.api.businessobject.facade
-
May be deprecated in future release.
- Stateful - Interface in org.nuclos.api.businessobject.facade.thin
-
- StatemodelProvider - Class in org.nuclos.api.provider
-
- StatemodelProvider() - Constructor for class org.nuclos.api.provider.StatemodelProvider
-
- StatemodelService - Interface in org.nuclos.api.service
-
- StringAttribute<T> - Class in org.nuclos.api.businessobject.attribute
-
StringAttribute
is used if the attribute type provides comparison operations based on Strings
- StringAttribute(String, String, String, String, Class<T>) - Constructor for class org.nuclos.api.businessobject.attribute.StringAttribute
-
- supportedFlavors() - Method in interface org.nuclos.api.ui.dnd.DropHandler
-
supportedFlavors
Flavor
supported by the handler
- SystemParameter - Class in org.nuclos.api.parameter
-
This class represents a system parameter that has been created in Nuclos; It is usually not used
by rule programmers directly, but it is part of the class NuclosSystemParameter that is created during
runtime containing all parameters as SystemParameter-instances.
- SystemParameter(String) - Constructor for class org.nuclos.api.parameter.SystemParameter
-
Constructor to set a new instance of the SystemParameter class
using the id of a parameter that has been created in Nuclos previously
Internal use only
- v - Variable in class org.nuclos.api.ui.Alignment
-
- value - Variable in class org.nuclos.api.businessobject.SearchExpression
-
- valueOf(String) - Static method in enum org.nuclos.api.businessobject.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.businessobject.QueryOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.communication.response.PhoneCallResponse.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.context.communication.PhoneCallNotificationContext.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.Direction.AdditionalNavigation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.locale.NuclosLocale
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.notification.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.ui.AlignmentH
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.ui.AlignmentV
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.ui.dnd.DropTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.nuclos.api.ui.layout.LayoutComponent.LayoutComponentType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.nuclos.api.businessobject.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.businessobject.QueryOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.communication.response.PhoneCallResponse.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.context.communication.PhoneCallNotificationContext.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.Direction.AdditionalNavigation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.locale.NuclosLocale
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.notification.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.ui.AlignmentH
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.ui.AlignmentV
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.ui.dnd.DropTarget
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.nuclos.api.ui.layout.LayoutComponent.LayoutComponentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Visibility - Interface in org.nuclos.api.ui
-
Interface for specifying the visibility of several components