Uses of Interface
de.uplanet.lucy.server.IProcessingContext
-
-
Uses of IProcessingContext in de.uplanet.lucy.server
Subinterfaces of IProcessingContext in de.uplanet.lucy.server Modifier and Type Interface Description interfaceIDatabaseProcessingContextThis interface is implemented by processing contexts that provide a system database connection.interfaceISessionProcessingContextThis interface is implemented by processing contexts that provide a portal server session.interfaceISharedStateProcessingContextinterfacede.uplanet.lucy.server.ISimpleProcessingContextClasses in de.uplanet.lucy.server that implement IProcessingContext Modifier and Type Class Description classde.uplanet.lucy.server.SimpleProcessingContextMethods in de.uplanet.lucy.server with parameters of type IProcessingContext Modifier and Type Method Description static StringContextLanguage. get(IProcessingContext p_ctx)static ILocaleContextLocale. get(IProcessingContext p_ctx)static TimeZoneContextTimeZone. get(IProcessingContext p_ctx)Get the context time zone from the user, or, if not present, the system time zone. -
Uses of IProcessingContext in de.uplanet.lucy.server.binding
Methods in de.uplanet.lucy.server.binding that return IProcessingContext Modifier and Type Method Description IProcessingContextIBindingContext. getProcessingContext() -
Uses of IProcessingContext in de.uplanet.lucy.server.businesslogic
Subinterfaces of IProcessingContext in de.uplanet.lucy.server.businesslogic Modifier and Type Interface Description interfaceIBusinessLogicProcessingContextClasses in de.uplanet.lucy.server.businesslogic that implement IProcessingContext Modifier and Type Class Description classRestrictedBusinessLogicProcessingContextThisIBusinessLogicProcessingContextis used in cases where a real business logic processing context is not available, but an operation that requires aIBusinessLogicProcessingContextis likely to succeed with a restricted context.Methods in de.uplanet.lucy.server.businesslogic that return IProcessingContext Modifier and Type Method Description IProcessingContextRestrictedBusinessLogicProcessingContext. getWrappedContext()Get the processing context that was passed to the constructor.Constructors in de.uplanet.lucy.server.businesslogic with parameters of type IProcessingContext Constructor Description RestrictedBusinessLogicProcessingContext(IProcessingContext p_ctx)RestrictedBusinessLogicProcessingContext(IProcessingContext p_ctx, IServerBridgeRequest p_request) -
Uses of IProcessingContext in de.uplanet.lucy.server.businesslogic.util
Methods in de.uplanet.lucy.server.businesslogic.util with parameters of type IProcessingContext Modifier and Type Method Description static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow)static FileFileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static voidFileUCHelper. deleteFileFromIntrexx(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId)static voidFileUCHelper. deleteFileFromIntrexx(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId, Object p_fileId)Deletes a single file of a multi file field.static IFileValueHolderFileUCHelper. getFileValueHolder(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow)static FileFileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow, boolean p_bAppendMode)static voidFileUCHelper. updateFileByCopyToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strFileId)static voidFileUCHelper. updateFileByCopyToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strFileId, String p_strDestFileName, String p_strContentType)Replaces a file in a multi file fieldstatic voidFileUCHelper. updateFileByMoveToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strFileId)Replaces a file by moving in a multi file fieldstatic voidFileUCHelper. updateFileByMoveToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strFileId, String p_strDestFileName, String p_strContentType)Replaces a file by moving in a multi file field -
Uses of IProcessingContext in de.uplanet.lucy.server.businesslogic.util.scriptable
Constructors in de.uplanet.lucy.server.businesslogic.util.scriptable with parameters of type IProcessingContext Constructor Description GroovyParameter(IProcessingContext p_ctx)GroovySourcePage(IProcessingContext p_ctx) -
Uses of IProcessingContext in de.uplanet.lucy.server.connector
Subinterfaces of IProcessingContext in de.uplanet.lucy.server.connector Modifier and Type Interface Description interfaceIRequestProcessingContextA processing context that contains a request. -
Uses of IProcessingContext in de.uplanet.lucy.server.engine.http
Subinterfaces of IProcessingContext in de.uplanet.lucy.server.engine.http Modifier and Type Interface Description interfaceIHttpProcessingContextinterfaceIWebProcessingContext -
Uses of IProcessingContext in de.uplanet.lucy.server.file.encryption
Methods in de.uplanet.lucy.server.file.encryption with parameters of type IProcessingContext Modifier and Type Method Description static voidPGEncryptionUtil. deleteEncryptedFile(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId)Delete a encrypted file from storage.static FilePGEncryptionUtil. getDecryptedFile(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId)Get a file from file storage and decrypt it.static voidPGEncryptionUtil. writeEncryptedFile(IProcessingContext p_ctx, File p_file, String p_strFieldGuid, Object p_recId, String p_strFileName)Encrypt a given file and move it to a file storage. -
Uses of IProcessingContext in de.uplanet.lucy.server.mail
Methods in de.uplanet.lucy.server.mail with parameters of type IProcessingContext Modifier and Type Method Description static StringMailUtil. buildSubject(IProcessingContext p_ctx, String p_strStaticPart, IValueHolder<?> p_vhDynamicPart)Deprecated.static StringMailUtil. buildSubject(IProcessingContext p_ctx, String p_strStaticPart, IValueHolder<?> p_vhDynamicPart, String p_strLanguage)Note: Do not use this method in scripts.static de.uplanet.lucy.server.mail.MailInfoMailUtil. getMailInfoFromDatabase(IProcessingContext p_ctx, String p_strGuid)Read a mail info object from the database.static StringMailUtil. getRenderedValue(IProcessingContext p_ctx, IValueHolder<?> p_vh)Note: Do not use this method in scripts. -
Uses of IProcessingContext in de.uplanet.lucy.server.odata.consumer.file
Methods in de.uplanet.lucy.server.odata.consumer.file with parameters of type IProcessingContext Modifier and Type Method Description static voidODataFileUtil. receiveFileFromOData(IProcessingContext p_ctx, String p_strConsumerServiceName, String p_strSourceFileFieldGuid, String p_strSourceRecId, String p_strSourceFileId, String p_strTargetFileFieldGuid, String p_strTargetRecId, boolean p_bReplace, String p_strImpersonationGuid, boolean p_bUseStream)Receives a single file from a remote Intrexx datagroup file field to a local Intrexx data group file field.static voidODataFileUtil. receiveFilesFromOData(IProcessingContext p_ctx, String p_strConsumerServiceName, String p_strSourceFileFieldGuid, String p_strSourceRecId, String p_strTargetFileFieldGuid, String p_strTargetRecId, boolean p_bReplace, String p_strImpersonationGuid, boolean p_bUseStream)Receives all files from a remote Intrexx datagroup file field to a local Intrexx data group file field.static voidODataFileUtil. sendFilesToOData(IProcessingContext p_ctx, String p_strConsumerServiceName, String p_strSourceFileFieldGuid, String p_strSourceRecId, de.uplanet.lucy.server.util.IVHFileDescriptors p_fileDescriptors, String p_strTargetFileFieldGuid, String p_strTargetRecId, String p_strActionMode, String p_strImpersonationGuid)Sends all file from a local Intrexx datagroup file field to a remote datagroup file field via OData.static voidODataFileUtil. sendFileToOData(IProcessingContext p_ctx, String p_strConsumerServiceName, String p_strSourceFileFieldGuid, String p_strSourceRecId, String p_strSourceFileId, String p_strTargetFileFieldGuid, String p_strTargetRecId, String p_strActionMode, String p_strImpersonationGuid)Sends a file from a local Intrexx datagroup file field to a remote datagroup file field via OData. -
Uses of IProcessingContext in de.uplanet.lucy.server.scripting.bpee
Methods in de.uplanet.lucy.server.scripting.bpee that return IProcessingContext Modifier and Type Method Description IProcessingContextConvenientBpeeExecutionContext. getProcessingContext() -
Uses of IProcessingContext in de.uplanet.lucy.server.scripting.velocity
Methods in de.uplanet.lucy.server.scripting.velocity with parameters of type IProcessingContext Modifier and Type Method Description static org.apache.velocity.VelocityContextVelocityContextUtil. createDefaultContext(IProcessingContext p_ctx)Creates a new Velocity context and adds default objects to it.static org.apache.velocity.VelocityContextVelocityContextUtil. createDefaultContext(org.springframework.context.ApplicationContext p_appCtx, IProcessingContext p_ctx)Creates a new Velocity context and adds default objects to it.static org.apache.velocity.VelocityContextVelocityContextUtil. createDefaultContext(org.springframework.context.ApplicationContext p_appCtx, IProcessingContext p_ctx, String p_strLang)Creates a new Velocity context and adds default objects to it. -
Uses of IProcessingContext in de.uplanet.lucy.server.share.businesslogic.event.util
Methods in de.uplanet.lucy.server.share.businesslogic.event.util with parameters of type IProcessingContext Modifier and Type Method Description static voidShareEventUtil. deleteEventsMarkedAsDeleted(IProcessingContext p_ctx, long p_lDelay)Delete events marked as deleted.static voidShareEventUtil. synchronizeParticipants(IProcessingContext p_ctx, String p_eventId)Synchronizes the event participants field in the event data group with the event participants data group. -
Uses of IProcessingContext in de.uplanet.lucy.server.share.businesslogic.feed.util
Methods in de.uplanet.lucy.server.share.businesslogic.feed.util with parameters of type IProcessingContext Modifier and Type Method Description static voidShareFeedUtil. deleteArchivedFeeds(IProcessingContext p_ctx, long p_lDelay)Delete archived feeds.static voidShareFeedUtil. deleteFeeds(IProcessingContext p_ctx, String p_strDataGroupGuid, Collection<String> p_recordIds, boolean p_bSeparateTransactionPerCycle)Delete feeds for data records of a data group for which plugins are defined.static voidShareFeedUtil. deleteFeedsFromDeletedEvents(IProcessingContext p_ctx)Delete feeds from deleted events.static voidShareFeedUtil. deleteFeedsFromDeletedGroups(IProcessingContext p_ctx)Delete feeds from deleted groups.static voidShareFeedUtil. deleteFeedsMarkedAsDeleted(IProcessingContext p_ctx, long p_lDelay)Delete feeds marked as deleted.static voidShareFeedUtil. deleteFeedsWithInvalidReferences(IProcessingContext p_ctx)Delete feeds with invalid references, i.e.static StringShareFeedUtil. getFeedPluginRecordId(IProcessingContext p_ctx, Collection<String> p_fieldGuids, Collection<Object> p_values) -
Uses of IProcessingContext in de.uplanet.lucy.server.share.businesslogic.fileshelf.util
Methods in de.uplanet.lucy.server.share.businesslogic.fileshelf.util with parameters of type IProcessingContext Modifier and Type Method Description static voidShareFileShelfUtil. synchronizeSelectedUsers(IProcessingContext p_ctx, Object p_fileShelfId)Synchronizes the selected users field in the file shelf folder data group with the folder permissions data group. -
Uses of IProcessingContext in de.uplanet.lucy.server.share.businesslogic.group.util
Methods in de.uplanet.lucy.server.share.businesslogic.group.util with parameters of type IProcessingContext Modifier and Type Method Description static voidShareGroupUtil. deleteGroupsMarkedAsDeleted(IProcessingContext p_ctx, long p_lDelay)Delete groups marked as deleted.static voidShareGroupUtil. synchronizeMembers(IProcessingContext p_ctx, String p_strGroupId)Synchronizes the group member field in the group data group with the group members data group. -
Uses of IProcessingContext in de.uplanet.lucy.server.share.businesslogic.photoalbum.util
Methods in de.uplanet.lucy.server.share.businesslogic.photoalbum.util with parameters of type IProcessingContext Modifier and Type Method Description static voidSharePhotoAlbumUtil. synchronizeRecipients(IProcessingContext p_ctx, String p_photoAlbumId)Synchronizes the photo album recipients field in the photo album data group with the album recipients data group. -
Uses of IProcessingContext in de.uplanet.lucy.server.share.businesslogic.profile.sync
Methods in de.uplanet.lucy.server.share.businesslogic.profile.sync with parameters of type IProcessingContext Modifier and Type Method Description static voidUserProfileSynchronizer. syncWithDeletedOrDisabledUsers(IProcessingContext p_ctx)Synchronize Share profiles with deleted or disabled Intrexx users.static voidUserProfileSynchronizer. syncWithDeletedOrDisabledUsers(IProcessingContext p_ctx, boolean p_bDeleteShareProfilesOfDeletedUsers)Synchronize Share profiles with deleted or disabled Intrexx users. -
Uses of IProcessingContext in de.uplanet.lucy.server.share.businesslogic.profile.util
Methods in de.uplanet.lucy.server.share.businesslogic.profile.util with parameters of type IProcessingContext Modifier and Type Method Description static voidShareProfileUtil. deleteProfilesMarkedAsDeleted(IProcessingContext p_ctx, long p_lDelay)Delete profiles marked as deleted. -
Uses of IProcessingContext in de.uplanet.lucy.server.share.businesslogic.systemmessage.util
Methods in de.uplanet.lucy.server.share.businesslogic.systemmessage.util with parameters of type IProcessingContext Modifier and Type Method Description static voidShareSystemMessageUtil. deleteSystemMessagesMarkedAsRead(IProcessingContext p_ctx) -
Uses of IProcessingContext in de.uplanet.lucy.server.share.patch
Methods in de.uplanet.lucy.server.share.patch with parameters of type IProcessingContext Modifier and Type Method Description de.uplanet.lucy.server.workflow.WorkflowTransitionShareInitPatcher. process(IWorkflowEvent p_evt, de.uplanet.lucy.server.workflow.IWorkflowProcessingContext p_wfCtx, IProcessingContext p_ctx) -
Uses of IProcessingContext in de.uplanet.lucy.server.usermanager.groovy
Constructors in de.uplanet.lucy.server.usermanager.groovy with parameters of type IProcessingContext Constructor Description GroovyOrgBuilder(IProcessingContext p_ctx, de.uplanet.lucy.server.session.ISessionManagerSupplier p_funSessionManager, IOrgStructure p_org, de.uplanet.lucy.server.usermanager.ds.IDsDbSchema p_schema, de.uplanet.lucy.server.usermanager.ds.IDsRecordFactory p_dsRecFac, DsClass p_dsUserClass, IDsucObject p_dsucObject, IDsucUser p_dsucUser, IDsucSet p_dsucSet, IDsucGetMembers p_dsucGetMembers, Path p_dirUserImage, de.uplanet.lucy.usermanager.ISecurityConfiguration p_securityConfiguration) -
Uses of IProcessingContext in de.uplanet.lucy.server.webservice.provider.service
Subinterfaces of IProcessingContext in de.uplanet.lucy.server.webservice.provider.service Modifier and Type Interface Description interfaceIWebServiceProviderProcessingContext -
Uses of IProcessingContext in de.uplanet.lucy.server.workflow.timer
Classes in de.uplanet.lucy.server.workflow.timer that implement IProcessingContext Modifier and Type Class Description classFreeTimerProcessingContextNote: This processing context is not thread-safe.
-