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 interface
IDatabaseProcessingContext
This interface is implemented by processing contexts that provide a system database connection.interface
ISessionProcessingContext
This interface is implemented by processing contexts that provide a portal server session.interface
ISharedStateProcessingContext
interface
de.uplanet.lucy.server.ISimpleProcessingContext
Classes in de.uplanet.lucy.server that implement IProcessingContext Modifier and Type Class Description class
de.uplanet.lucy.server.SimpleProcessingContext
Methods in de.uplanet.lucy.server with parameters of type IProcessingContext Modifier and Type Method Description static String
ContextLanguage. get(IProcessingContext p_ctx)
static ILocale
ContextLocale. get(IProcessingContext p_ctx)
static TimeZone
ContextTimeZone. 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 IProcessingContext
IBindingContext. getProcessingContext()
-
Uses of IProcessingContext in de.uplanet.lucy.server.businesslogic
Subinterfaces of IProcessingContext in de.uplanet.lucy.server.businesslogic Modifier and Type Interface Description interface
IBusinessLogicProcessingContext
Classes in de.uplanet.lucy.server.businesslogic that implement IProcessingContext Modifier and Type Class Description class
RestrictedBusinessLogicProcessingContext
ThisIBusinessLogicProcessingContext
is used in cases where a real business logic processing context is not available, but an operation that requires aIBusinessLogicProcessingContext
is likely to succeed with a restricted context.Methods in de.uplanet.lucy.server.businesslogic that return IProcessingContext Modifier and Type Method Description IProcessingContext
RestrictedBusinessLogicProcessingContext. 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 File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow)
static File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow, boolean p_bAppendMode)
static File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow)
static File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow, boolean p_bAppendMode)
static File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow)
static File
FileUCHelper. 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 File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow)
static File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow, boolean p_bAppendMode)
static File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow)
static File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow, boolean p_bAppendMode)
static File
FileUCHelper. copyFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow)
static File
FileUCHelper. 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 void
FileUCHelper. deleteFileFromIntrexx(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId)
static void
FileUCHelper. deleteFileFromIntrexx(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId, Object p_fileId)
Deletes a single file of a multi file field.static IFileValueHolder
FileUCHelper. getFileValueHolder(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId)
static File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow)
static File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow, boolean p_bAppendMode)
static File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow)
static File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow, boolean p_bAppendMode)
static File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow)
static File
FileUCHelper. 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 File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow)
static File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, boolean p_bTriggerWorkflow, boolean p_bAppendMode)
static File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow)
static File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, boolean p_bTriggerWorkflow, boolean p_bAppendMode)
static File
FileUCHelper. moveFileToIntrexx(IProcessingContext p_ctx, String p_strSrcFile, String p_strFieldGuid, Object p_recId, String p_strDestFileName, String p_strContentType, boolean p_bTriggerWorkflow)
static File
FileUCHelper. 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 void
FileUCHelper. updateFileByCopyToIntrexx(IProcessingContext p_ctx, File p_fileSrc, String p_strFieldGuid, Object p_recId, String p_strFileId)
static void
FileUCHelper. 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 void
FileUCHelper. 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 void
FileUCHelper. 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 interface
IRequestProcessingContext
A 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 interface
IHttpProcessingContext
interface
IWebProcessingContext
-
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 void
PGEncryptionUtil. deleteEncryptedFile(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId)
Delete a encrypted file from storage.static File
PGEncryptionUtil. getDecryptedFile(IProcessingContext p_ctx, String p_strFieldGuid, Object p_recId)
Get a file from file storage and decrypt it.static void
PGEncryptionUtil. 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 String
MailUtil. buildSubject(IProcessingContext p_ctx, String p_strStaticPart, IValueHolder<?> p_vhDynamicPart)
Deprecated.static String
MailUtil. 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.MailInfo
MailUtil. getMailInfoFromDatabase(IProcessingContext p_ctx, String p_strGuid)
Read a mail info object from the database.static String
MailUtil. 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 void
ODataFileUtil. 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 void
ODataFileUtil. 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 void
ODataFileUtil. 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 void
ODataFileUtil. 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 IProcessingContext
ConvenientBpeeExecutionContext. 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.VelocityContext
VelocityContextUtil. createDefaultContext(IProcessingContext p_ctx)
Creates a new Velocity context and adds default objects to it.static org.apache.velocity.VelocityContext
VelocityContextUtil. 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.VelocityContext
VelocityContextUtil. 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 void
ShareEventUtil. deleteEventsMarkedAsDeleted(IProcessingContext p_ctx, long p_lDelay)
Delete events marked as deleted.static void
ShareEventUtil. 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 void
ShareFeedUtil. deleteArchivedFeeds(IProcessingContext p_ctx, long p_lDelay)
Delete archived feeds.static void
ShareFeedUtil. 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 void
ShareFeedUtil. deleteFeedsFromDeletedEvents(IProcessingContext p_ctx)
Delete feeds from deleted events.static void
ShareFeedUtil. deleteFeedsFromDeletedGroups(IProcessingContext p_ctx)
Delete feeds from deleted groups.static void
ShareFeedUtil. deleteFeedsMarkedAsDeleted(IProcessingContext p_ctx, long p_lDelay)
Delete feeds marked as deleted.static void
ShareFeedUtil. deleteFeedsWithInvalidReferences(IProcessingContext p_ctx)
Delete feeds with invalid references, i.e.static String
ShareFeedUtil. 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 void
ShareFileShelfUtil. 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 void
ShareGroupUtil. deleteGroupsMarkedAsDeleted(IProcessingContext p_ctx, long p_lDelay)
Delete groups marked as deleted.static void
ShareGroupUtil. 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 void
SharePhotoAlbumUtil. 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 void
UserProfileSynchronizer. syncWithDeletedOrDisabledUsers(IProcessingContext p_ctx)
Synchronize Share profiles with deleted or disabled Intrexx users.static void
UserProfileSynchronizer. 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 void
ShareProfileUtil. 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 void
ShareSystemMessageUtil. 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.WorkflowTransition
ShareInitPatcher. 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 interface
IWebServiceProviderProcessingContext
-
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 class
FreeTimerProcessingContext
Note: This processing context is not thread-safe.
-