Uses of Interface
com.orchestranetworks.service.Session
-
Packages that use Session Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.d3 Provides classes for distributed data delivery (D3) functionalities.com.orchestranetworks.d3.slave Provides classes and interfaces for D3 slave functionalities.com.orchestranetworks.instance Provides interfaces for accessing data sets.com.orchestranetworks.interactions Provides classes for UI interactions.com.orchestranetworks.module This package allows to handle module registration.com.orchestranetworks.permissions com.orchestranetworks.query Provides the API for accessing and processing data stored in EBX®.com.orchestranetworks.rest.inject com.orchestranetworks.rest.security com.orchestranetworks.scheduler This package allows the implementation of custom tasks in EBX® scheduler.com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model.com.orchestranetworks.schema.trigger Provides classes and interfaces for trigger creation.com.orchestranetworks.schema.types.dataset Interfaces to define sets of data set references.com.orchestranetworks.schema.types.dataspace Interfaces to define sets of data space keys.com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.com.orchestranetworks.service.directory Provides classes for Directory handling.com.orchestranetworks.service.extensions Provides classes and interfaces for specific extensions such as batch and adaptation tree optimizer.com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.ui.form.widget This package provides a library of user interface widgets.com.orchestranetworks.ui.perspective com.orchestranetworks.userservice A public API for user services.com.orchestranetworks.userservice.permission Allows the definition of activation rules and permission rules on user services.com.orchestranetworks.userservice.schema com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of Session in com.onwbp.adaptation
Methods in com.onwbp.adaptation with parameters of type Session Modifier and Type Method Description voidRequest. setSession(Session aSession)Sets the user session on the request. -
Uses of Session in com.orchestranetworks.d3
Methods in com.orchestranetworks.d3 that return Session Modifier and Type Method Description SessionD3NodeAsSlaveOnStartup. createSystemUserSession(String aTrackingInformationComplementOrNull)Creates a session executing as the "system user".Methods in com.orchestranetworks.d3 with parameters of type Session Modifier and Type Method Description D3NodeAsMasterD3NodeFactory. createForMasterFromSession(Session aSession)Creates a primary D3 engine to offer primary administrative functionalities.D3NodeAsSlaveD3NodeFactory. createForSlaveFromSession(Session aSession)Creates a replica D3 engine to offer replica administrative functionalities.static D3EngineD3Engine. getFromSession(Repository aRepository, Session aSession)Deprecated. -
Uses of Session in com.orchestranetworks.d3.slave
Methods in com.orchestranetworks.d3.slave that return Session Modifier and Type Method Description SessionD3ReceiveBroadcastExecutionContext. getSession()Returns the authenticated session performing the action, that corresponds to the D3 replica node user defined in theebx.propertiesfile. -
Uses of Session in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance that return Session Modifier and Type Method Description abstract SessionRepository. createSessionFromArray(Object[] args)Instantiates a session from an open array.abstract SessionRepository. createSessionFromHttpRequest(HttpServletRequest httpServletRequest)Instantiates a session from an HTTP request.abstract SessionRepository. createSessionFromLoginPassword(String login, String password)Instantiates a session based on the login and password specified.abstract SessionRepository. createSessionFromSOAPHeader(Element header)Instantiates a session from a SOAP Header.SessionNewRecordContext. getSession()Returns the authenticated session performing the record creation.Methods in com.orchestranetworks.instance with parameters of type Session Modifier and Type Method Description abstract voidRepository. closeHome(AdaptationHome aDataSpaceOrSnapshot, Session aSession)Closes the specified dataspace or snapshot.abstract AdaptationHomeRepository. createHome(AdaptationHome parentDataSpace, HomeKey aKey, Profile owner, Session aSession, UserMessage aLabel, UserMessage aDescription)Creates the specified dataspace or snapshot.abstract AdaptationHomeRepository. createHome(HomeCreationSpec aSpec, Session aSession)Performs the dataspace or snapshot creation as specified.abstract voidRepository. deleteHome(AdaptationHome aDataSpaceOrSnapshot, Session aSession)Permanently deletes the specified dataspace or snapshot and all its descendants (dataspaces and snapshots).voidRepositoryPurge. markHomeForHistoryPurge(AdaptationHome aDataSpaceOrSnapshot, Session aSession)Marks the specified dataspace or snapshot for history purge.voidRepositoryPurge. markHomeForHistoryPurge(AdaptationHome aHome, Date aStartDate, Date anEndDate, Session aSession)Marks the interval [aStartDate,anEndDate) for the specified dataspace or snapshot for history purge.abstract voidRepository. markHomeForPurge(AdaptationHome aDataSpaceOrSnapshot, Session aSession)Deprecated.Replaced byRepository.deleteHome(AdaptationHome, Session).voidRepositoryPurge. markHomeForPurge(AdaptationHome aDataSpaceOrSnapshot, Session aSession)Deprecated.Replaced byRepository.deleteHome(AdaptationHome, Session).voidRepositoryPurge. purgeAll(Session aSession)Performs a complete deletion of the physical entities that have been marked for purge.abstract voidRepository. purgeHomes(Session aSession)Deprecated.Replaced bypurgeAll.abstract voidRepository. reopenHome(AdaptationHome aHome, Session aSession)Reopens the specified home.abstract voidRepository. setDocumentationDescription(AdaptationHome aDataSpaceOrSnapshot, String aDescription, Locale aLocale, Session aSession)Sets the documentation label for the specified dataspace or snapshot.abstract voidRepository. setDocumentationLabel(AdaptationHome aDataSpaceOrSnapshot, String aLabel, Locale aLocale, Session aSession)Sets the documentation label for the specified dataspace or snapshot. -
Uses of Session in com.orchestranetworks.interactions
Methods in com.orchestranetworks.interactions with parameters of type Session Modifier and Type Method Description static voidInteractionHelper. complete(InteractionHelper.ParametersMap outputParameters, Session aSession)Deprecated.static InteractionHelper.ParametersMapInteractionHelper. getInputParameters(Session aSession)Deprecated.Replaced bySessionInteraction.getInputParameters().static InteractionHelper.ParametersMapInteractionHelper. getInternalParameters(Session aSession)Deprecated.Replaced bySessionInteraction.getInternalParameters().static booleanInteractionHelper. isComplete(Session aSession)Deprecated.Replaced bySessionInteraction.isComplete().static voidInteractionHelper. setInternalParameters(InteractionHelper.ParametersMap internalParameters, Session aSession) -
Uses of Session in com.orchestranetworks.module
Methods in com.orchestranetworks.module that return Session Modifier and Type Method Description SessionModuleContextOnRepositoryStartup. createSystemUserSession(String aTrackingInformationComplementOrNull)Creates a session executing as the "system user". -
Uses of Session in com.orchestranetworks.permissions
Methods in com.orchestranetworks.permissions that return Session Modifier and Type Method Description SessionQueryPermissionException. getSession()Returns the session specified in the query.Methods in com.orchestranetworks.permissions with parameters of type Session Modifier and Type Method Description static QueryPermissionExceptionQueryPermissionException. create(Session aSession, Map<SchemaNode,Adaptation> forbiddenNodes)Creates a QueryPermissionException.static QueryPermissionExceptionQueryPermissionException. create(Session aSession, Map<SchemaNode,Adaptation> forbiddenNodes, String message) -
Uses of Session in com.orchestranetworks.query
Methods in com.orchestranetworks.query with parameters of type Session Modifier and Type Method Description voidQuery. setSession(Session aSession)Sets the user session on the query. -
Uses of Session in com.orchestranetworks.rest.inject
Methods in com.orchestranetworks.rest.inject that return Session Modifier and Type Method Description SessionSessionContext. getSession()Returns the EBX® session for the current authenticated user.SessionSessionContext. getSessionOrNull()Returns the EBX® session for the current authenticated user ornullif the user is not authenticated. -
Uses of Session in com.orchestranetworks.rest.security
Methods in com.orchestranetworks.rest.security that return Session Modifier and Type Method Description SessionAuthorizationContext. getSession()Returns the EBX® session for the current user. -
Uses of Session in com.orchestranetworks.scheduler
Methods in com.orchestranetworks.scheduler that return Session Modifier and Type Method Description SessionScheduledExecutionContext. getSession()Returns the session associated with this execution. -
Uses of Session in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that return Session Modifier and Type Method Description SessionSchemaDocumentationContext. getSession()Returns the current session ornull.Methods in com.orchestranetworks.schema with parameters of type Session Modifier and Type Method Description com.orchestranetworks.schema.businessObjects.BusinessObjectModelSchemaNode. getBusinessObjectModel(Adaptation aDataset, Session aSession)Returns the business object model associated to this node if it is a table node.StringSchemaNode. getDescription(Session aSession)Returns the localized description of this node in the context of a user session.StringSchemaNode. getLabel(Session aSession)Returns the label of this node for the specified session.SchemaNodeRelationshipsSchemaNode. getRelationships(Adaptation aDataset, Session aSession)Returns the relationships defined by this node.SchemaNodeRelationshipsSchemaNode. getRelationships(Adaptation aDataset, Session aSession, boolean includeMetadata)Returns the relationships defined by this node. -
Uses of Session in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships with parameters of type Session Modifier and Type Method Description ExplicitRelationshipSchemaNodeExplicitRelationship. getExplicitRelationship(Adaptation aDataset, Session aSession)Returns theExplicitRelationshipobject associated with this relationship.static RequestResultRelationshipsHelper. getExplicitRelationshipResult(Adaptation aRecord, SchemaNode anExplicitRelationshipNode, Session aSession)Returns the result of the explicit relationship defined by the specified node, in the context of the specified record.static ReverseRelationshipResultRelationshipsHelper. getInterDatasetReferringRecords(Adaptation aReferencedRecord, SchemaNode aReferringNode, Adaptation aReferringDataset, Session aSession)Returns the records in the specified referring dataset that refer to the specified record through the corresponding foreign key constraint, selection link or association link.static ReverseRelationshipResultRelationshipsHelper. getIntraDatasetReferringRecords(Adaptation aReferencedRecord, SchemaNode aReferringNode, Session aSession)Returns the records in the same dataset that refer to the specified record through the corresponding foreign key constraint, selection link or association link.RequestResultSchemaNodeExplicitRelationship. getResult(Adaptation aRecord, Session aSessionOrNull)Returns the result of this relationship, in the context of the specified record. -
Uses of Session in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger that return Session Modifier and Type Method Description SessionTriggerExecutionContext. getSession()Returns the authenticated session performing the action. -
Uses of Session in com.orchestranetworks.schema.types.dataset
Methods in com.orchestranetworks.schema.types.dataset that return Session Modifier and Type Method Description SessionDatasetSetFilterContext. getSession()Returns the current session. -
Uses of Session in com.orchestranetworks.schema.types.dataspace
Methods in com.orchestranetworks.schema.types.dataspace that return Session Modifier and Type Method Description SessionDataspaceSetFilterContext. getSession()Returns the current session. -
Uses of Session in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return Session Modifier and Type Method Description SessionSession. clone(Map<String,String> someInputParameters)Returns a session cloned from this session with specific input parameters.SessionProcedureContext. getSession()Returns the current session context.SessionProgrammaticService. getSession()Returns the current session of this service.abstract SessionServiceContext. getSession()Deprecated.Returns the current session context.SessionSessionPermissions. getSession()Deprecated.Since 5.4.1, this method returnsnullif this instance has been created directly to evaluate user permissions.Methods in com.orchestranetworks.service with parameters of type Session Modifier and Type Method Description static ProgrammaticServiceProgrammaticService. createForSession(Session aSession, AdaptationHome aDataSpace)Instantiates a service that will execute within the specified session in the specified dataspace.static ProgrammaticServiceProgrammaticService. createForSession(Session aSession, AdaptationHome aDataSpace, Map<String,String> someInputParameters)Instantiates a service that will be executed in the specified dataspace, and within a session cloned fromaSessionwith specific input parameters.AccessPermissionAccessRule. getPermission(Adaptation aDataSetOrRecord, Session aSession, SchemaNode aNode)Returns permissions for the specified arguments.AccessPermissionAccessRule.NoWriteRule. getPermission(Adaptation anAdaptation, Session aSession, SchemaNode aNode)ActionPermissionServicePermission. getPermission(SchemaNode aNode, Adaptation aDataSetOrRecord, Session aSession)Returns a permission for the specified arguments.ActionPermissionServicePermissionForHierarchy. getPermissionForHierarchy(HierarchyNode aHierarchyNode, Session aSession)Returns the permissions for the arguments specified. -
Uses of Session in com.orchestranetworks.service.directory
Methods in com.orchestranetworks.service.directory with parameters of type Session Modifier and Type Method Description URIDirectory. getUserAuthenticationURI(Session aSession)This method allows defining a specific URL to replace the default login page.URIDirectoryHandler. getUserAuthenticationURI(Session aSession) -
Uses of Session in com.orchestranetworks.service.extensions
Methods in com.orchestranetworks.service.extensions with parameters of type Session Modifier and Type Method Description AdaptationTreeOptimizerIteratorAdaptationTreeOptimizerSpec_MutualizeCommons. createOptimizerIterator(Session aSession)AdaptationTreeOptimizerIteratorAdaptationTreeOptimizerSpec_RemoveDuplicates. createOptimizerIterator(Session aSession)abstract AdaptationTreeOptimizerIteratorAdaptationTreeOptimizerSpec. createOptimizerIterator(Session aSession)Builds an iterator for dataset tree optimization.voidLockSpec. lock(AdaptationHome aDataSpace, Session aSession)Locks the specified dataspace.abstract ProcedureResultReplicationUnit. performRefresh(Session aSession)Refreshes the tables included by this replication unit.voidLockSpec. unlock(AdaptationHome aDataSpace, Session aSession)Unlocks the specified dataspace. -
Uses of Session in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return Session Modifier and Type Method Description SessionUIContext. getSession()Deprecated.Replaced byUISessionContext.getSession()SessionUIFormRequestContext. getSession()Returns the current session.SessionUILabelRendererContext. getSession()Returns the current user session.SessionUISessionContext. getSession()Returns the current session.SessionUITableFilterContext. getSession()Returns the current session.Methods in com.orchestranetworks.ui with parameters of type Session Modifier and Type Method Description static UIHttpManagerComponentUIHttpManagerComponent. createWithURIWithParametersForSubSession(String uriWithParameters, Session aSession)Creates an instance of this class in order to call the EBX® user interface in a separate sub-session (namely, a Web Component). -
Uses of Session in com.orchestranetworks.ui.form.widget
Methods in com.orchestranetworks.ui.form.widget that return Session Modifier and Type Method Description SessionWidgetValidationContext. getSession()Returns the current session. -
Uses of Session in com.orchestranetworks.ui.perspective
Methods in com.orchestranetworks.ui.perspective with parameters of type Session Modifier and Type Method Description static PerspectiveHandlerPerspectiveHandler. newInstance(Repository repository, Session aSession)Returns a new instance of the perspective handler. -
Uses of Session in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return Session Modifier and Type Method Description SessionUserServiceRequest. getSession()Returns the current session. -
Uses of Session in com.orchestranetworks.userservice.permission
Methods in com.orchestranetworks.userservice.permission that return Session Modifier and Type Method Description SessionServicePermissionRuleContext. getSession()Returns the current session. -
Uses of Session in com.orchestranetworks.userservice.schema
Methods in com.orchestranetworks.userservice.schema that return Session Modifier and Type Method Description SessionUserServiceAssociationRecordFormContext. getSession()Returns the current session.SessionUserServiceRecordFormContext. getSession()Returns the current session. -
Uses of Session in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return Session Modifier and Type Method Description SessionActionPermissionsOnWorkflowContext. getSession()The session associated with the current user.SessionConditionBeanContext. getSession()Always throwsUnsupportedOperationExceptionSessionConditionContext. getSession()Always throwsUnsupportedOperationExceptionSessionProcessExecutionInfoContext. getSession()Returns a system-user session (not an authenticated user session).SessionUserTaskBeforeWorkItemCompletionContext. getSession()Returns the authenticated session of the user who is doing the current interaction.SessionUserTaskUsersForAllocationCollectorContext. getSession()Returns the authenticated session of the user.SessionWorkflowTriggerWorkItemAuthenticatedContext. getSession()Returns the authenticated session of the current user.Methods in com.orchestranetworks.workflow with parameters of type Session Modifier and Type Method Description static WorkflowEngineWorkflowEngine. getFromRepository(Repository aRepository, Session aSession)Creates a workflow engine from a repository and, optionally, a session.List<UserTask.WorkItem>WorkflowEngine. getWorkItemsOfferedToSession(Session aSession)Returns all the work items offered to a Session.
-