Uses of Class
com.emc.d2fs.models.context.Context
Packages that use Context
Package
Description
-
Uses of Context in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces with parameters of type ContextModifier and TypeMethodDescriptionIWorkflowService.abortWorkflow
(Context context, String id) Abort workflow for specified taskboolean
IWorkflowService.acquireTask
(Context context, String id, boolean forceAcquire, boolean forceRead) Manage task acquisition and read stateIWorkflowService.acquireTaskAndGetState
(Context context, String id, boolean forceAcquire, boolean forceRead) Manage task acquisition and read stateICenterstageService.addComment
(Context context, String id, Comment comment) Add a comment to a contentboolean
IWorkflowService.addNoteToTask
(Context context, String id, String comment) Add note to taskIReferenceService.addReference
(Context sourceContext, String sourceId, Context targetContext, String targetFolderId, String bindingRule, String bindingValue) Add a reference to the object in another folder.boolean
IFavoritesService.addToFavorites
(Context context, List<String> ids) Add multiple documents to favorite categoryboolean
IVDContentService.addVDChild
(Context context, String vdId, int childIdx, String childId, List<Attribute> attributes) Add child component to a virtual documentApply lifecycle stateboolean
IAuditService.applyAuditMessages
(Context context, String objectId, String auditName, List<String> messages) Apply audit messages to documentvoid
IApplyConfigService.applyConfig
(Context context, String objectId, boolean acl, boolean autolink, boolean naming) Apply security, autolink and autonaming configurations to a documentvoid
IMassUpdateService.applyConfigurations
(Context context, String name, List<String> objectIds, List<Attribute> attributes) Apply configuration to multiple documentsboolean
IDelegationService.applyDelegation
(Context context, String id, List<Attribute> attributes) Apply a delegation.ICreationService.applyVdTemplate
(Context context, List<Attribute> parameters) Apply VD template to documentboolean
IWorkflowService.canAbortWorkflow
(Context context, String id) Check if user can abort the workflowboolean
IWorkflowService.canAddTaskNote
(Context context, String id) Check if user can add a note to the taskvoid
ID2ZipAndDownloadService.cancelArchiveProcess
(Context context, String zipProgressId) boolean
ICheckoutService.cancelCheckout
(Context context, String id) Cancel check out of a documentboolean
ICheckoutService.cancelCheckoutAll
(Context context, List<String> ids) Cancel check out of multiple documentsboolean
IHyperlinkService.cancelCheckoutPdfFile
(Context context, String id) cancelCheckout Pdf File for specified object idIDialogService.cancelDialog
(Context context, String id, String dialogName, List<Attribute> parameters) Cancel dialogboolean
IWorkflowService.canDelegateTask
(Context context, String id) Check if user can delegate the taskboolean
IMassUpdateService.canDisplayModeDialog
(Context context, String id, String configName) Determine if mode dialog needs to be displayedboolean
IWorkflowService.canForwardTask
(Context context, String id) Check if user can forward the taskboolean
IDownloadService.canPrintControlledView
(Context context, String id, List<Attribute> parameters) Test if there is a controlled viewing allows printboolean
IWorkflowService.canRejectTask
(Context context, String id) Check if user can reject the taskID2LifeCycleService.changeState
(Context context, String docId, String targetState, String event, String operation, List<Attribute> parameters) Change lifecycle state of documentID2LifeCycleService.changeStateMass
(Context context, String docId, String targetState, String event, String operation, List<Attribute> parameters) ID2LifeCycleService.changeStateOnEvent
(Context context, String docId, String targetState, String event) Change lifecycle state on event handleboolean
IWorkflowService.checkAttachmentLockState
(Context context, String id, List<Attribute> parameters) Check lifecycleIValidationService.checkAttributesConstraints
(Context context, String objectId, List<Attribute> attributes) Check attributes constraintsICheckinService.checkin
(Context context, String id, CheckinParameters checkinParameters) Check in a document into docbase -- Use IDownloadService.getCheckinUrls() instead of .checkin() to perform checkin with content as an atomic operation.IDownloadService.checkin
(Context context, String id, File uploadFile, long fileLength, String contentType, String logEntry, String checkinVersionT, boolean makeCurrent, boolean retainLock, boolean keepSymbolicLabel, boolean keepLogEntry, boolean queueRendition, String location, boolean asynchronous, boolean useBocs, Object contentMover) Called by D2 when uploaded files are check in.boolean
IWorkflowService.checkLifeCycle
(Context context, String id, List<Attribute> parameters) Check lifecycleboolean
IRepositoryService.checkLogin
(Context context) Check if current connection is still activeIRepositoryService.checkLoginUserName
(Context context) Check if the current connection is still active, return the login user's friendly name if it isIValidationService.checkObjectConstraints
(Context context, String objectId) Check document constraintsboolean
Check out a documentboolean
ICheckoutService.checkoutAsNew
(Context context, String id) Check out a document as a new oneIHyperlinkService.checkoutPdfFile
(Context context, String id, List<Attribute> parameters) Checkout Pdf File for specified object idIWorkflowService.checkPropertyPage
(Context context, String id, String operation) Deprecated.Move to method with NextTaskId argument.IWorkflowService.checkPropertyPage
(Context context, String id, String operation, String nextTaskId) Check if property page is linked to task operationboolean
IValidationService.checkUniqueness
(Context context, String objectId, String configurationName) Check uniqueness configuration for specified documentboolean
IWorkflowService.checkWorkflowAliases
(Context context, String id, List<Attribute> parameters) Get child id for specified relationIRelationService.childRelations
(Context context, String parentId) Get child relation list for specified parent documentIRelationService.childrenId
(Context context, String relationId) Get children ids for specified relationvoid
IRepositoryService.cleanupSearchData
(Context context, List<Context> contexts) Cleanup any temporary search objects associated X3 context.IVDConvertService.convertFolderToVD
(Context context, String id, List<Attribute> parameters) Convert from a folder structure to a virtual documentboolean
IVDConvertService.convertToSimpleDoc
(Context context, String id) Convert from a virtual document to a simple docboolean
IVDConvertService.convertToVD
(Context context, String id) Convert from a simple doc to a virtual documentCopy objects to a new locationIBravaCSRAnnotationService.createAnnotation
(Context context, String content, String documentId, String folderPath, String user) IHyperlinkService.createHyperlink
(Context context, String id, List<Attribute> parameters) Create hyperlink on destination documentICreationService.createProperties
(Context context, List<Attribute> parameters) Create document propertiesIRelationService.createRelation
(Context context, String relationName, String linkType, String childId, String parentId, String description) Create parent/child relation between documentsISearchService.createSearchCategory
(Context context, String objectName, String title, List<Attribute> attributes) Create a search category.boolean
IVDSnapshotService.createVDSnapshot
(Context context, String id, String title) Create a snapshot for a virtual documentIArchiveService.createVersion
(Context context, String id, String type, String name, String logEntry, String checkinVersion, boolean isAuto) Create a new archive versionboolean
IWorkflowService.delegateTask
(Context context, String id, String user) Delegate task to another userboolean
IWorkflowService.delegateTaskOnError
(Context context, String id) Delegate task to workflow administratorboolean
IDelegationService.deleteDelegation
(Context context, String id, List<Attribute> attributes) Delete a delegation.boolean
IHyperlinkService.deleteHyperlink
(Context context, String id, List<Attribute> parameters) Delete hyperlinkDestroy document from docbaseDestroy multiple documents from docbaseboolean
IRelationService.destroyRelation
(Context context, String relationId) Destroy relation between documentsID2ProfileImageService.downloadProfileImage
(Context context, String userId) This method downloads the user's profile image, stores it in the local application server and returns the FileDataSource of the file.ID2ZipAndDownloadService.downloadZipFile
(Context context, String zipProgressId) Get all Documentum properties of document for dump displayISearchService.duplicateSearchAsLastSearch
(Context context, String queryId) Create a copy of a public or private search as the current users "last search"boolean
IConditionActionService.evalCondition
(Context context, List<Attribute> parameters) Evaluate the corresponding ICondition's implementation ICondition is mainly used by UI components, such as Menu or DialogIConditionActionService.evalDynamicAction
(Context context, List<Attribute> parameters) Evaluate the corresponding IDynamicAction's implementation IDynamicAction is mainly used by UI components, such as Menu to create a message that can be parsed as OpenAjaxMessageIMethodService.executeMethod
(Context context, String id, List<Attribute> arguments) Execute method specified by class name.IMethodService.executeMethodWithListResult
(Context context, String id, List<Attribute> arguments) Execute method executeMethod but instead of having a complex return type, you get a Listwhich may be convenient for some customization. IDictionaryService.exportDictionary
(Context context, String dictionaryName, String format, String separator) Export dictionary -- Use getExportDictionaryUrl() when using SOAP.ITaxonomyService.exportTaxonomy
(Context context, String taxonomyName, String format, String separator) Export taxonomy -- Use getExportTaxonomyUrl() when using SOAP.IDownloadService.extractDcoumentProperty
(Context context, String id, String configName) Extract document property using O2 plugin, if document format is supported by O2.IBravaCSRAnnotationService.fetchAllAnnotationIds
(Context context, String objectId) IBravaCSRAnnotationService.fetchAllAnnotationUsers
(Context context, String objectId) IBravaCSRAnnotationService.fetchAnnotation
(Context context, String objectId, String userId) IBravaCSRAnnotationService.fetchAnnotationById
(Context context, String objectId) IBravaCSRAnnotationService.fetchChangemarkConfigURI
(Context context) IBravaCSRAnnotationService.fetchImages
(Context context, String baseURL) IX3ConfigService.fetchSpaceXmlContent
(Context context, String spaceName, boolean resetSpace) Get xml content for specified workspacedefault void
IWorkflowService.forwardTask
(Context context, String id) IRepositoryService.generateDMTicket
(Context context) Generate a new DM_TICKETIAcrobatAnnotateService.getAcrobatAnnotateURL
(Context context, String id) Get Acrobat annotation server url for documentILinkedDocumentService.getAllLinks
(Context context) IContentService.getAllowedFiles
(Context context) Return the allow list or deny list of allowed files and which list is being usedIX3ConfigService.getAvailableSkins
(Context context) Get all available themesIX3ConfigService.getAvailableSpaces
(Context context) Get all available workspacesIX3ConfigService.getAvailableWidgets
(Context context) Get all available widgetIBrowserService.getBrowserContent
(Context context, String id, String contentTypeName, String checkChildren) Get document children as tree contentIBrowserService.getBrowserFacetContent
(Context context, String id, String contentTypeName, String facetName, String facetValue, String resetFacetName, String checkChildren, String facetCountInfo) Get facet items as tree contentID2LifeCycleService.getChangeStateSignoffParameters
(Context context, String docId, String targetState) Return the signoff parameters for a target stateICheckinService.getCheckinConfig
(Context context, String id, boolean force) Get check in configuration of documentIHyperlinkService.getCheckinPdfFileUrls
(Context context, String id, List<Attribute> parameters) Get checkin urls for specified object idIDownloadService.getCheckinUrls
(Context context, String objectId, String format, String eventName, int pageNumber, String pageModifier, String configName, String linkId, List<Attribute> parameters) Get checkin urls for specified object id and location -- Note that uploading content to this URL will perform checkin with content as an atomic operation.IPreferenceService.getColumnPreferences
(Context context, String colType) Get column preferences for specified column typeIPreferenceService.getColumnSelectSettings
(Context context, String coltype, boolean asDefault) Get columns set for current userIPreferenceService.getColumnSrcSettings
(Context context, String colType, String typeName) Get columns list for specified object type and column typeIPreferenceService.getColumnTypeSettings
(Context context) Get object type list (dm_document, ...)ICenterstageService.getComments
(Context context, String id) Get all comments of contentIWorkflowService.getConfigurationsNames
(Context context, String id) Get workflow configurations list for documentIContentService.getContent
(Context context, String id, String contentTypeName, String viewMode, String checkChildren) Get document children as listIX3ConfigService.getContentAssistOptions
(Context context, String id) IAnnotationService.getContentIdAndNativeAnnotationIds
(Context context, String id) Get the content id with all its annotation ids from an annotation or content selection.ICreationService.getConvertStructureConfig
(Context context, String id) Get the convert folder structure to VD config based on folder.boolean
IX3ConfigService.getDefaultWorkspaceChange
(Context context) Get the ability of the user to change the default workspaces settingIX3ConfigService.getDefaultWorkspaces
(Context context) Get the default workspaces for the userIHyperlinkService.getDestinationUrls
(Context context, String id, List<Attribute> parameters) Get destination urls for specified object id so one can download/open the documentdefault DocItems
IDetailsService.getDetailContent
(Context context, String workflowId, String detailName) IDetailsService.getDetailContent
(Context context, String id, String detailName, List<Attribute> parameters) Get detail content of documentGet dialog object to displayIVDContentService.getDialogForOperation
(Context context, String parentId, String childId, String operation, List<Attribute> attributes) IDictionaryService.getDictionaryNumberValue
(Context context, String objectId) Get dictionary number valueIDownloadService.getDispatchDownloadUrl
(Context context, String id, boolean current, boolean viewNative, List<Attribute> parameters) Get Dispatch download urlIDistributionService.getDistributionContent
(Context context, List<Attribute> attributes) Get the list of distributions for he user define in the context.IContentService.getDoclistFilterOptions
(Context context) Get property names for Doclist filter combo boxIX3ConfigService.getDownloadCheckoutLocationForMachine
(Context context, String machineName) Get file system location where document are stored when user performs check out actionIDownloadService.getDownloadFileDetails
(Context context, List<String> ids, List<Attribute> parameters) Get download file details for specified object idIDownloadService.getDownloadUrls
(Context context, String id, List<Attribute> parameters) Get download urls for specified object idIX3ConfigService.getDownloadViewLocationForMachine
(Context context, String machineName) Get file system location where document are stored when user performs view actionIContentService.getDQLContent
(Context context, String id, String query, String viewMode) Get content, using a query, id can serve to either replace $value(filter) or if representing a Repository object, it can serve to resolve any $value in the queryIContentService.getDQLContentFromConfigName
(Context context, String id, String configName, String viewMode) Get content, using a specific widget config name, id can serve to either replace $value(filter) or if representing a Repository object, it can serve to resolve any $value in the queryIContentService.getDynamicContent
(Context context, String id, String contentTypeName, List<Attribute> parameters) Get content, using a dynamic content, id can serve to parent content idIDictionaryService.getExportDictionaryUrl
(Context context, String dictionaryName, String format, String separator) Get export dictionary urlIExportService.getExportFolderUrls
(Context context, String folderId, boolean nativeFormat, int maxDocumentUrls) Get exportFolderEntries for the folder to exportITaxonomyService.getExportTaxonomyUrl
(Context context, String objectNameOrId, String format, String separator) Get export taxonomy urlIExportService.getExportTicketUrls
(Context context, List<String> ticketIds) Get exportFolderEntries for the folder to exportIExportService.getExportUrl
(Context context, String parentId, String typeName, String colType, String exportType) Get export url for content downloadIDialogService.getExportValuesUrl
(Context context, String format, String separator) Get export values urlIDownloadService.getExtractUrls
(Context context, String objectId, String configName, String objectType, String format, String linkId, List<Attribute> parameters) Get extract urls for specified object id and locationIContentService.getFacetContent
(Context context, String id, String contentTypeName, String facetName, String facetValue, String resetFacetName, String viewMode, String checkChildren, String facetCountInfo) Get document children of the facet item as listIDownloadService.getFileInfo
(Context context, String objectId, String formatName) Get file information for specified object idIBrowserService.getFilteredBrowserContent
(Context context, String id, String contentTypeName, String checkChildren, String locateId) Get document children as tree content truncated Like getBrowserContent except that only a maximum subset of nodes are returned.IContentService.getFilteredContent
(Context context, String id, String contentTypeName, String viewMode, String checkChildren, String filter, String filterPropName, String locateId) Get children as list with filter Like getContent except that only the subset of items that match the supplied object_name filter are returned.ICreationService.getFilteredTemplates
(Context context, String id, String filter, String filterPropName) Get filtered list of templatesIPreferenceService.getFilters
(Context context, String id) Get all available filters to filter children document listIMenuService.getFullMenusContent
(Context context, String id, String type, List<Attribute> attributes) Get full menu for object (recursive) (like portal)boolean
IX3ConfigService.getImportContentSame
(Context context) boolean
IX3ConfigService.getImportContentSameProp
(Context context) IDictionaryService.getImportDictionaryUrl
(Context context, String dictionaryName, String separator, boolean overwrite) Get import dictionary urlICreationService.getImportStructureConfigs
(Context context, List<Attribute> parameters) Get the import structure configs for user.IDownloadService.getImportStructureUrls
(Context context, String masterId, String folderPath, String structureConfigName, String contentId) Get import structure urls for specified master object idITaxonomyService.getImportTaxonomyUrl
(Context context, String objectNameOrId, String separator, boolean overwrite) Get import taxonomy urlIDialogService.getImportValuesUrl
(Context context, String separator) Get import values urlIMassUpdateService.getInformations
(Context context, String ids, String configName, boolean deepFolder, boolean virtualDescendant) Return some informations about massupdate, like number and names of updated files or non-updated files.Get label valuesIPreferenceService.getLanguage
(Context context) Get language preferenceISearchService.getLastSearchQueryTerm
(Context context) Get the last search definitionIX3ConfigService.getLastUsedObject
(Context context) IX3ConfigService.getLastUsedWorkspace
(Context context) ILinkedDocumentService.getLinkInfo
(Context context, String objectId) Get link informationsILinkedDocumentService.getLinksCount
(Context context, String objectId) Get links countILinkService.getLinkStates
(Context context, String objectId, String versionLabel) Get link statesIRepositoryService.getLogoutRedirectURL
(Context context) get logout redirect URLIBravaIViewerPublicationService.getMarkupMigrationStatus
(Context context, List<String> ObjectIds) IBravaIViewerPublicationService.getMarkupMigrationStatusByDocId
(Context context, String docId) Get contextual menu for objectIAnnotationService.getNativeAnnotation
(Context context, String id) Get a native annotation from a contentint
ICheckoutService.getNumberOfCheckoutDocument
(Context context) Get count of checked out documentsIDownloadService.getObjectsDownloadUrls
(Context context, List<String> ids, List<Attribute> parameters) Get download urls for specified set object idsIDialogService.getOptions
(Context context, List<Attribute> parameters) Get options for combo box fieldIDownloadService.getPageServingUrl
(Context context, String id, List<Attribute> parameters) IX3ConfigService.getPortalMenuPosition
(Context context) Get user option for menu position (left or top)int
IX3ConfigService.getPortalMenuWidth
(Context context) Get user option for menu widthIX3ConfigService.getPortalRowHeight
(Context context) Get user option for row height (small or large)IPreferenceService.getPreference
(Context context) Get preferences for current userIPreferenceService.getPreferenceWithColumn
(Context context, String colType) Get preferences for current user with column objects filledIPropertyService.getProperties
(Context context, String id, List<String> attrFilter) Get properties of document with filters optionIBravaIViewerPublicationService.getPublication
(Context context, String objectId, String documentUrl, String apiBaseUrl, boolean markupMigrationEnabled, boolean overridePdfConfig) IBravaIViewerPublicationService.getPublicationForMulipleDocument
(Context context, Map<String, String> objectInfoMap, String apiBaseUrl, boolean markupMigrationEnabled) IX3ConfigService.getQueryFormIdFromWidget
(Context context, String widgetName) Return the id of the query form configured for a widget.boolean
ISearchService.getQuickSearchContent
(Context context, String searchTerm) Create a documentum search object into repositoryboolean
ISearchService.getQuickSearchContentWithOption
(Context context, String searchTerm, List<Attribute> attributes) Create a search object with option like current folder search or search on top of existing searchdefault List<RelationTypeConfig>
IRelationService.getRelationTypesConfig
(Context context) IDistributionService.getReportFileName
(Context context, String id) return a file name for the distribution report generated.IRepositoryService.getRepositoryNameFromId
(Context context, String id) return repository matching the objectIdISearchService.getSearchAssistanceValues
(Context context, List<String> searchTypes, String attribute, String filter) Return a list of assistance values for the search attributeISearchService.getSearchAttributes
(Context context, List<String> searchTypes) Return a list of searchable attributes based on the search typesISearchService.getSearchConditions
(Context context, List<String> searchTypes, String attribute) Return a list of search conditions for the search attributeIContentService.getSearchContent
(Context context, String id, String contentTypeName, String facetName, String facetValue, String resetFacetName, String viewMode, String checkChildren, String facetCountInfo) Get combined Search and Facets content as a single item/structureboolean
IPreferenceService.getSearchHighlightEnabled
(Context context) IBravaCSRConfigService.getSearchInfoUrl
(Context context, String id) boolean
IPreferenceService.getSearchSummaryEnabled
(Context context) IDistributionService.getSignoffParameters
(Context context, String configName, String action) return the signoff configuration for a distribution.Get a theme for specified configuration nameGet the space with the config nameIDialogService.getSubforms
(Context context, String id, String dialogName, List<Attribute> parameters) doc hereIWorkflowContentService.getTaskAttachmentDetails
(Context context, String id) IWorkflowService.getTaskFolderLabel
(Context context, String id) Get task folder label with unread countIWorkflowService.getTaskMode
(Context context, String id, List<Attribute> parameters) Get process task mode (direct, need dialog, need sign off)IWorkflowService.getTaskPermissions
(Context context, String taskId) Populate all the Task permissions for the given task idIContentService.getTasksSearchContent
(Context context, String configName, String id, String searchTerm) Create a search using dql to custom search parametersIDialogService.getTaxonomy
(Context context, List<Attribute> parameters) Get taxonomy values for combo box fieldITaxonomyService.getTaxonomyDetails
(Context context, String taxonomyName) Get taxonomy dumpICreationService.getTemplateFilterOptions
(Context context) Get property names for Template filter combo boxICreationService.getTemplates
(Context context, String id) Get all available templatesITemplateService.getTemplates
(Context context, String id) Get all available templatesIVDTemplateService.getTemplates
(Context context, String id) Get all available templates fro specified virtual documentIThumbnailsService.getThumbnailsUrlList
(Context context, Set<String> ids, Map<String, Object>... others) IThumbnailsService.getThumbnailsUrls
(Context context, String id) Get thumbnail url list of children documentsIThumbnailsService.getThumbnailUrl
(Context context, String id) Get thumbnail url of documentGet dynamic toolbar and enablementint
IBravaCSRConfigService.getTotalPageCount
(Context context, String objectId) IBrowserService.getTreeContent
(Context context, String id, String contentTypeName, String checkChildren, List<Attribute> attributes) Get document children as tree contentint[]
ICreationService.getUIMaxSize
(Context context, String configName, String mode, String inheritedId, String contentId) Get the size of the largest property page a user should get when creating/importing a document.IMenuService.getUnityMenusContent
(Context context, String id, String type, List<Attribute> attributes, boolean includePromoted, boolean includeDemoted) Get unity contextual menu for objectIDownloadService.getUploadUrls
(Context context, String objectId, String format, String eventName, int pageNumber, String pageModifier, String configName, String linkId) Deprecated.IDownloadService.getUploadUrls
(Context context, String objectId, String format, String eventName, int pageNumber, String pageModifier, String configName, String linkId, List<Attribute> parameters) Get upload urls for specified object id and locationIX3ConfigService.getUserClientExperience
(Context context) returns the browser.plugin.mode corresponding to thin or wsctfIBravaIViewerPublicationService.getUserInfo
(Context context, String loginToken) IX3ConfigService.getUserLastSpaces
(Context context) Get last used workspaces for current userIX3ConfigService.getUserLastSpacesResponse
(Context context) IRepositoryService.getUserLoginName
(Context context) Check if the current connection is still active, return the user's login name if it is This function is only needed for the Kerberos user in the end to end solution.IAnnotationService.getUserNativeAnnotationCheckoutIds
(Context context, String id) Get the annotation ids in checkout from a content/task/annotation for the current userIVDContentService.getVDContent
(Context context, String id, List<Attribute> options) Get tree content of virtual documentICreationService.getVDTemplates
(Context context, String id, List<Attribute> parameters) Get all available virtual documents templates config.IWorkflowContentService.getWorkflowContent
(Context context, String id) Get document's workflow contents as list ofNode
IWorkflowService.getWorkflowDisplayName
(Context context, String configName) Get the workflow display name for this userIWorkflowContentService.getWorkflowList
(Context context, String supervisorName, String performerName, String documentId, List<String> templateIds, String workflowName, WorkflowStates[] workflowStates, String fromDate, String toDate, boolean overdue, SortOrder sortOrder, String widgetName) IWorkflowPreviewService.getWorkflowPreview
(Context context, String id) Get document's workflow previewIWorkflowService.getWorkflowStatusSummary
(Context context, String widgetName) boolean
IX3ConfigService.getWorkspaceRestore
(Context context) Get the restore session setting of the userboolean
IDistributionService.handleAction
(Context context, String id, List<Attribute> attributes) Handle action accept o reject on a document for a distribution.IDctmLifeCycleService.handleOperation
(Context context, String docId, String operation, List<Attribute> attributes) Handle specified operation on documentIActionService.handlePluginAction
(Context context, List<Attribute> parameters) Handle action allows to generically call a specific method of a IPluginAction's implementation for some custom method having the following signature: public Listmethod(Context); boolean
ICreationService.hasAnyAttachments
(Context context, String id) Check if Documentum object is a mail and has attachments.boolean
ICreationService.hasAttachments
(Context context, String id) Check if Documentum object is a mail and has attachments.void
IDictionaryService.importDictionary
(Context context, String dictionaryName, String format, String separator, DataHandler file) Import dictionary into docbase -- Use getImportDictionaryUrl() when using SOAP.void
ITaxonomyService.importTaxonomy
(Context context, String taxonomyName, String format, String separator, DataHandler file) Import taxonomy into docbase -- Use getImportTaxonomyUrl() when using SOAP.IDictionaryService.importVersionDictionary
(Context context, String objectId, List<Attribute> attributes) Import dictionary versionITaxonomyService.importVersionTaxonomy
(Context context, String objectId, List<Attribute> attributes) Import taxonomy versionIVDContentService.insertInheritedComponent
(Context context, String srcVdId, String vdTemplateName, String inheritedComponentId, boolean overrideExistingComponent, List<Attribute> attributes) Inserts an inherited component as child element based on a VD templateboolean
ICreationService.isAFolderOrACabinet
(Context context, List<Attribute> parameters) Check if the type in parameter is a folder or a a cabinet.boolean
ICommandService.isCommandAllowed
(Context context, String command, List<Attribute> attributes) Test whether a command is allowedboolean
IDestroyService.isDialogRequired
(Context context, String id) Check if dialog is required for display before deletionboolean
IReferenceService.isDialogRequired
(Context context, String id) Check if dialog is required for display before reference addboolean
IAuditService.isEventAudited
(Context context, String objectId, String auditName) Check if an event is auditedboolean
IWorkflowService.isManualAcquisitionTask
(Context context, String id) Check if task acquisition is manual or automaticboolean
IDialogService.isMemberOfGroup
(Context context, List<Attribute> attributes) Check if user is member of a groupboolean
ICreationService.isNoContentAuthorized
(Context context, String id) Check if document without content is authorizedboolean
ITemplateService.isNoContentAuthorized
(Context context, String id) Check if document without content is authorizedboolean
ICreationService.isNoCreationProfile
(Context context, List<Attribute> parameters) Check if creation profile are availableboolean
IAuditService.isPropertyAudited
(Context context, String objectId, String auditName) Check if a document property is auditedboolean
IDownloadService.isProtectedInControlledView
(Context context, String id, List<Attribute> parameters) Test if the document is encrypted through controlled viewboolean
IThumbnailsService.isProtectedInControlledView
(Context context, String id, List<Attribute> parameters) Test if the document is encrypted through controlled viewboolean
IWorkflowService.isTaskAcquired
(Context context, String id) Check if task is acquiredIX3ConfigService.isWidgetInView
(Context context, String spaceConfigName, String widgetConfigName, int viewIndex) Determines if the specified widget is configured in the specified view of the specified workspace (needed to know how to handle the remove widget action)boolean
IDistributionService.launchDistribution
(Context context, String id, List<Attribute> attributes) Launch a distribution on a document.boolean
IWorkflowService.launchScheduledWorkflow
(Context context, String id) Launch a scheduled workflow.IWorkflowService.launchWorkflow
(Context context, List<Attribute> parameters) Launch document into workflowboolean
Link objects into a locationIArchiveService.listArchives
(Context context, String id, String type, String name) Get archive listIMassUpdateService.listConfigurations
(Context context, String objectId) Get all available configurations for specified documentISearchService.loadSearchAttributes
(Context context, List<String> searchTypes) Load search attributesDeprecated.ILocateService.locateByDql
(Context context, String dql) Return full path of parent ids to locate documentILocateService.locateById
(Context context, String id) Return full path of parent ids to locate documentILocateService.locateById
(Context context, String id, boolean includePartialPaths, boolean doChangePref) Return full path of parent ids to locate documentILocateService.locateByName
(Context context, String objectName) Return full path of parent ids to locate documentILocateService.locateByPath
(Context context, String path, List<Attribute> attributes) Return full path of parent ids to locate documentReturn full path of parent ids to locate documentILocateService.locateForBreadCrumb
(Context context, String id, List<Attribute> attributes) Return full path of parent ids to locate document with all BreadCrumb Information The String must be split in 3, using |, the first part is the locate path using / the second part is the Label info splitted using ¬ matching the number of path elements the third part is the icon info splitted using ¬ matching the number of path elementsvoid
ILinkService.modifyLink
(Context context, String objectId, String versionLabel, List<Attribute> attributes) Modify linkboolean
Move objects to a new locationboolean
IVDContentService.moveVDChild
(Context context, String srcParentId, String tgtParentId, String moveId, String moveNum, String toNum, List<Attribute> attributes) Move within VDID2LifeCycleService.nextStateOnEvent
(Context context, String docId, String event) Get next states for specified eventID2LifeCycleService.nextStates
(Context context, String docId, String operation) Get next states for specified operationGet parent id for specified relationIRelationService.parentRelations
(Context context, String childId) Get parent relations list for specified child documentIMoveService.paste
(Context targetContext, String targetId, String operation, Context sourceContext, String sourceId, String objIds, List<Attribute> attributes) Paste objects to a new locationIMoveService.pasteFolderStructure
(Context context, Context sourceContext, String masterId, String folderId, String structureConfigName, List<Attribute> parameters) Paste a folder structure to another repositoryvoid
IWorkflowService.pauseWorkflow
(Context context, String id) IDictionaryService.performOperations
(Context context, String dictionaryName, List<DictionaryOperation> operations) Perform dictionary operations on specified elementITaxonomyService.performOperations
(Context context, String tasonomyName, List<TaxonomyOperation> operations) Perform taxonomy operations on specified elementboolean
IWorkflowService.processTask
(Context context, String id, List<Attribute> parameters) Process task by forwarding or rejecting it through workflowIPdfRenderService.queuePdfRender
(Context context, List<String> objectIds) Queue pdf rendervoid
ICacheService.refreshDictionaryCache
(Context context, String name, boolean refreshAll) Refresh cache data for dictionaryvoid
ICacheService.refreshTaxomomyCache
(Context context, String name, boolean refreshAll) Refresh cache data for taxonomyboolean
ICreationService.removeAttachments
(Context context, String id) Remove attachments.boolean
IFavoritesService.removeFromFavorites
(Context context, List<String> ids) Remove multiple documents from favorite categoryvoid
ID2ProfileImageService.removeProfileImage
(Context context, String userId) This method remove the user's profile image from the Documentum server.IRenditionService.removeRendition
(Context context, String objectId, String contentId, List<Attribute> attributes) Remove the renditionboolean
IVDContentService.removeVDChild
(Context context, String parentId, int childIdx, List<Attribute> attributes) Remove child VDboolean
IVDContentService.replaceVDChild
(Context context, String vdocId, int childIndex, String newDocId, List<Attribute> attributes) Replace child VD.IDictionaryService.requestDocbaseUpdate
(Context context, String objectId, List<Attribute> attributes) Request docbase updateIX3ConfigService.resolveExternalWidgetUrl
(Context context, String x3WidgetConfigName, String id, String url) Get url for external widgetvoid
IWorkflowService.resumeWorkflow
(Context context, String id) boolean
ISearchService.runDQLSearch
(Context context, List<Attribute> attributes) Create a search using dql to custom search parametersboolean
ISearchService.runQueryFormSearch
(Context context, String queryFormId, List<Attribute> attributes) Create a search using query form to custom search parametersboolean
ISearchService.runTempDQLSearch
(Context context, List<Attribute> attributes) Create a search using dql to custom search parameters to fetch passed objectIPropertyService.saveProperties
(Context context, String id, List<Attribute> parameters) Set properties of documentISearchService.saveSearch
(Context context, List<Attribute> attributes) Save the searchITaxonomyService.saveTaxonomy
(Context context, String objectId, List<Attribute> attributes) Save taxonomyboolean
IX3ConfigService.saveUserLastSpaces
(Context context, List<String> spacesXmlContent) Set last used workspaces for current userIDictionaryService.saveVersionDictionary
(Context context, String objectId, List<Attribute> attributes) Save dictionary versionITaxonomyService.saveVersionTaxonomy
(Context context, String objectId, List<Attribute> attributes) Save taxonomy versionvoid
ISendmailService.sendMail
(Context context, List<String> objIds, List<String> recipients, String subject, String message, boolean attachFile, String preferredFormat, Object altFileAttachment) Send mailboolean
IPreferenceService.setColumnPreference
(Context context, ColumnPreference columnPreference, boolean asDefault) Set columns for current userboolean
IPreferenceService.setColumnSelectSettings
(Context context, List<Option> options, String colType, boolean asDefault) Set columns for current userboolean
IX3ConfigService.setDefaultWorkspaces
(Context context, List<String> workspaces) Set the default workspaces for the userboolean
IHyperlinkService.setDestinationVersion
(Context context, String id, String version) change Version of the destination documentboolean
IDownloadService.setDocumentProperty
(Context context, String id, String configName) Set MS office properties using O2 plugin, if document format is supported by O2.boolean
IX3ConfigService.setDownloadLocationCheckoutForMachine
(Context context, String machineName, String downloadLocation) Set file system location where document are stored when user performs checkout actionboolean
IX3ConfigService.setDownloadLocationViewForMachine
(Context context, String machineName, String downloadLocation) Set file system location where document are stored when user performs view actionboolean
IPreferenceService.setFilterActive
(Context context, String filterName) Set active filterboolean
IX3ConfigService.setImportContentSame
(Context context, boolean bSame) boolean
IX3ConfigService.setImportContentSameProp
(Context context, boolean bSame) boolean
IX3ConfigService.setLastUsedObject
(Context context, String lastUsedObject) boolean
IX3ConfigService.setLastUsedWorkspace
(Context context, String lastUsedWorkspace) boolean
IX3ConfigService.setPortalMenuPosition
(Context context, String position) Set user option for menu positionboolean
IX3ConfigService.setPortalMenuWidth
(Context context, int width) Set user option for menu widthboolean
IX3ConfigService.setPortalRowHeight
(Context context, String height) Set user option for row heightboolean
IPreferenceService.setSearchHighlightEnabled
(Context context, boolean isEnabled) boolean
IPreferenceService.setSearchSummaryEnabled
(Context context, boolean isEnabled) boolean
IWorkflowService.setTaskPriority
(Context context, String id, int priority) Change task priorityboolean
IWorkflowService.setTaskReadState
(Context context, String id, boolean read) Change task read state (read/unread)ICreationService.setTemplate
(Context context, List<Attribute> parameters) Set template to documentboolean
ITemplateService.setTemplate
(Context context, String id, String templateName) Set template to documentboolean
IVDTemplateService.setTemplate
(Context context, String id, String templateName) Set template to virtual documentboolean
IPreferenceService.setTemplateViewPreference
(Context context, String templateView) Set Template View preferenceboolean
IX3ConfigService.setUserClientExperience
(Context context, String userClientExperience) Set User selected mode for user client experience {thin,wsctf}boolean
IVDContentService.setVDChildBindingVersions
(Context context, String parentId, String childIdx, String versionLabel, List<Attribute> attributes) Set binding version for a child componentsboolean
IX3ConfigService.setWorkspaceRestore
(Context context, boolean bRestore) Set the restore session setting of the userboolean
IHyperlinkService.shiftDestinationPage
(Context context, String id, int shiftPage, String orientationPageShifting) Shift page of the destination documentboolean
IDistributionService.stopDistribution
(Context context, String id, List<Attribute> attributes) Stop a distribution on a document.boolean
Subscribe using user sessionboolean
Subscribe using document idID2LifeCycleService.testChangeStateConditions
(Context context, String docId, String targetState, String event) Check change state conditionsICheckoutService.testCheckout
(Context context, String id) Get informations about check out statusboolean
IAnnotationService.testComparisonDirection
(Context context, String fromId, String toId) Test the direction of comparison between 2 content idsboolean
ICheckoutService.testControlledPrint
(Context context, String id, List<Attribute> parameters) Test if there is a controlled printingboolean
IArchiveService.testExists
(Context context, String id, String type, String name) Check if archive existsID2LifeCycleService.testNextState
(Context context, String docId) Check next state resultIPdfRenderService.testPdfRender
(Context context, String objectId) Check render status of documentID2LifeCycleService.testTransition
(Context context, String docId, String operation) Check transition resultboolean
IDelegationService.undoDelegation
(Context context, String id, List<Attribute> attributes) Undo a delegation.boolean
ISubscriptionsService.unsubscribeAll
(Context context) Unsubscribe from all using user sessionboolean
ISubscriptionsService.unsubscribeAll
(Context context, String id) Unsubscribe from all using document idIBravaCSRAnnotationService.updateAnnotation
(Context context, BravacsrNote note, String content) default String
IWorkflowService.updatePerformer
(Context context, String id, List<Attribute> parameters) Update Performer will update the performer list of an alias.IPreferenceService.updatePreferences
(Context context, Preference updatePreferences) Update user preferencesdefault void
IPreferenceService.updatePreferences
(Context context, Preference updatePreferences, Map<String, String> params) default implemetnetation.void
ID2ProfileImageService.uploaddProfileImage
(Context context, String userId, FileDataSource fileDataSource) This method uploads the user's profile image to the Documentum server.IDialogService.validDialog
(Context context, String id, String dialogName, List<Attribute> parameters) Valid dialog submissionboolean
IWorkflowService.verifyEntryCriteria
(Context context, String id, String config) Check if document respond to workflow entry criteriaIWorkflowService.verifyEntryCriterias
(Context context, List<String> ids, String config) Check if documents respond to workflow entry criteriaMethod parameters in com.emc.d2fs.interfaces with type arguments of type ContextModifier and TypeMethodDescriptionvoid
IRepositoryService.cleanupSearchData
(Context context, List<Context> contexts) Cleanup any temporary search objects associated X3 context.IContentService.getMultiContent
(List<Context> contexts, String contentTypeName, String viewMode) Get document lists over multiple docbase by type nameboolean
ISearchService.getSearchMultiContent
(List<Context> contexts, String searchTerm) Create a documentum search object into multiple repositoryboolean
Release specified session(s) -
Uses of Context in com.emc.d2fs.models.context
Methods in com.emc.d2fs.models.context that return ContextMethods in com.emc.d2fs.models.context that return types with arguments of type ContextMethods in com.emc.d2fs.models.context with parameters of type Context -
Uses of Context in com.emc.d2fs.models.taxonomy_operation
Methods in com.emc.d2fs.models.taxonomy_operation that return ContextModifier and TypeMethodDescriptionGetTaxonomieContentRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.models.taxonomy_operation with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetTaxonomieContentRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.acrobat_annotate_service
Methods in com.emc.d2fs.services.acrobat_annotate_service that return ContextModifier and TypeMethodDescriptionGetAcrobatAnnotateURLRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.acrobat_annotate_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetAcrobatAnnotateURLRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.action_service
Methods in com.emc.d2fs.services.action_service that return ContextModifier and TypeMethodDescriptionHandlePluginActionRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.action_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
HandlePluginActionRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.annotation_service
Methods in com.emc.d2fs.services.annotation_service that return ContextModifier and TypeMethodDescriptionGetContentIdAndNativeAnnotationIdsRequest.getContext()
Gets the value of the context property.GetNativeAnnotationRequest.getContext()
Gets the value of the context property.GetUserNativeAnnotationCheckoutIdsRequest.getContext()
Gets the value of the context property.TestComparisonDirectionRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.annotation_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetContentIdAndNativeAnnotationIdsRequest.setContext
(Context value) Sets the value of the context property.void
GetNativeAnnotationRequest.setContext
(Context value) Sets the value of the context property.void
GetUserNativeAnnotationCheckoutIdsRequest.setContext
(Context value) Sets the value of the context property.void
TestComparisonDirectionRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.bravacsr_annotation_service
Methods in com.emc.d2fs.services.bravacsr_annotation_service that return ContextModifier and TypeMethodDescriptionCreateAnnotationRequest.getContext()
Gets the value of the context property.FetchAllAnnotationIdsRequest.getContext()
Gets the value of the context property.FetchAllAnnotationUsersRequest.getContext()
Gets the value of the context property.FetchAnnotationByIdRequest.getContext()
Gets the value of the context property.FetchAnnotationRequest.getContext()
Gets the value of the context property.FetchChangemarkConfigURIRequest.getContext()
Gets the value of the context property.FetchImagesRequest.getContext()
Gets the value of the context property.UpdateAnnotationRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.bravacsr_annotation_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CreateAnnotationRequest.setContext
(Context value) Sets the value of the context property.void
FetchAllAnnotationIdsRequest.setContext
(Context value) Sets the value of the context property.void
FetchAllAnnotationUsersRequest.setContext
(Context value) Sets the value of the context property.void
FetchAnnotationByIdRequest.setContext
(Context value) Sets the value of the context property.void
FetchAnnotationRequest.setContext
(Context value) Sets the value of the context property.void
FetchChangemarkConfigURIRequest.setContext
(Context value) Sets the value of the context property.void
FetchImagesRequest.setContext
(Context value) Sets the value of the context property.void
UpdateAnnotationRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.bravacsr_config_service
Methods in com.emc.d2fs.services.bravacsr_config_service that return ContextModifier and TypeMethodDescriptionGetSearchInfoUrlRequest.getContext()
Gets the value of the context property.GetTotalPageCountRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.bravacsr_config_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetSearchInfoUrlRequest.setContext
(Context value) Sets the value of the context property.void
GetTotalPageCountRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.bravaiviewer_publication_service
Methods in com.emc.d2fs.services.bravaiviewer_publication_service that return ContextModifier and TypeMethodDescriptionGetMarkupMigrationStatusByDocIdRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.bravaiviewer_publication_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetMarkupMigrationStatusByDocIdRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.browser_service
Methods in com.emc.d2fs.services.browser_service that return ContextModifier and TypeMethodDescriptionGetBrowserContentRequest.getContext()
Gets the value of the context property.GetBrowserFacetContentRequest.getContext()
Gets the value of the context property.GetFilteredBrowserContentRequest.getContext()
Gets the value of the context property.GetTreeContentRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.browser_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetBrowserContentRequest.setContext
(Context value) Sets the value of the context property.void
GetBrowserFacetContentRequest.setContext
(Context value) Sets the value of the context property.void
GetFilteredBrowserContentRequest.setContext
(Context value) Sets the value of the context property.void
GetTreeContentRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.centerstage_service
Methods in com.emc.d2fs.services.centerstage_service that return ContextModifier and TypeMethodDescriptionAddCenterstageCommentRequest.getContext()
Gets the value of the context property.GetCenterstageCommentsRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.centerstage_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
AddCenterstageCommentRequest.setContext
(Context value) Sets the value of the context property.void
GetCenterstageCommentsRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.checkin_service
Methods in com.emc.d2fs.services.checkin_service that return ContextModifier and TypeMethodDescriptionCheckinRequest.getContext()
Gets the value of the context property.GetCheckinConfigRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.checkin_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CheckinRequest.setContext
(Context value) Sets the value of the context property.void
GetCheckinConfigRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.checkout_service
Methods in com.emc.d2fs.services.checkout_service that return ContextModifier and TypeMethodDescriptionCancelCheckoutAllRequest.getContext()
Gets the value of the context property.CancelCheckoutRequest.getContext()
Gets the value of the context property.CheckoutAsNewRequest.getContext()
Gets the value of the context property.CheckoutRequest.getContext()
Gets the value of the context property.GetCheckoutCountRequest.getContext()
Gets the value of the context property.TestCheckoutRequest.getContext()
Gets the value of the context property.TestControlledPrintRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.checkout_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CancelCheckoutAllRequest.setContext
(Context value) Sets the value of the context property.void
CancelCheckoutRequest.setContext
(Context value) Sets the value of the context property.void
CheckoutAsNewRequest.setContext
(Context value) Sets the value of the context property.void
CheckoutRequest.setContext
(Context value) Sets the value of the context property.void
GetCheckoutCountRequest.setContext
(Context value) Sets the value of the context property.void
TestCheckoutRequest.setContext
(Context value) Sets the value of the context property.void
TestControlledPrintRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.command_service
Methods in com.emc.d2fs.services.command_service that return ContextModifier and TypeMethodDescriptionIsCommandAllowedRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.command_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
IsCommandAllowedRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.conditionaction_service
Methods in com.emc.d2fs.services.conditionaction_service that return ContextModifier and TypeMethodDescriptionEvalConditionRequest.getContext()
Gets the value of the context property.EvalDynamicActionRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.conditionaction_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
EvalConditionRequest.setContext
(Context value) Sets the value of the context property.void
EvalDynamicActionRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.content_service
Methods in com.emc.d2fs.services.content_service that return ContextModifier and TypeMethodDescriptionGetAllowedFilesRequest.getContext()
Gets the value of the context property.GetContentRequest.getContext()
Gets the value of the context property.GetDoclistFilterOptionsRequest.getContext()
Gets the value of the context property.GetDQLContentFromConfigNameRequest.getContext()
Gets the value of the context property.GetDQLContentRequest.getContext()
Gets the value of the context property.GetDynamicContentRequest.getContext()
Gets the value of the context property.GetFacetContentRequest.getContext()
Gets the value of the context property.GetFilteredContentRequest.getContext()
Gets the value of the context property.GetSearchContentRequest.getContext()
Gets the value of the context property.GetTasksSearchContentRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.content_service that return types with arguments of type ContextModifier and TypeMethodDescriptionGetMultiContentRequest.getContexts()
Gets the value of the contexts property.Methods in com.emc.d2fs.services.content_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetAllowedFilesRequest.setContext
(Context value) Sets the value of the context property.void
GetContentRequest.setContext
(Context value) Sets the value of the context property.void
GetDoclistFilterOptionsRequest.setContext
(Context value) Sets the value of the context property.void
GetDQLContentFromConfigNameRequest.setContext
(Context value) Sets the value of the context property.void
GetDQLContentRequest.setContext
(Context value) Sets the value of the context property.void
GetDynamicContentRequest.setContext
(Context value) Sets the value of the context property.void
GetFacetContentRequest.setContext
(Context value) Sets the value of the context property.void
GetFilteredContentRequest.setContext
(Context value) Sets the value of the context property.void
GetSearchContentRequest.setContext
(Context value) Sets the value of the context property.void
GetTasksSearchContentRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.creation_service
Methods in com.emc.d2fs.services.creation_service that return ContextModifier and TypeMethodDescriptionApplyVdTemplateRequest.getContext()
Gets the value of the context property.CreatePropertiesRequest.getContext()
Gets the value of the context property.GetConvertStructureConfigRequest.getContext()
Gets the value of the context property.GetFilteredTemplatesRequest.getContext()
Gets the value of the context property.GetImportStructureConfigsRequest.getContext()
Gets the value of the context property.GetTemplateFilterOptionsRequest.getContext()
Gets the value of the context property.GetTemplatesRequest.getContext()
Gets the value of the context property.GetUIMaxSizeRequest.getContext()
Gets the value of the context property.GetVDTemplatesRequest.getContext()
Gets the value of the context property.HasAnyAttachmentsRequest.getContext()
Gets the value of the context property.HasAttachmentsRequest.getContext()
Gets the value of the context property.IsAFolderOrACabinetRequest.getContext()
Gets the value of the context property.IsNoContentAuthorizedRequest.getContext()
Gets the value of the context property.IsNoCreationProfileRequest.getContext()
Gets the value of the context property.RemoveAttachmentsRequest.getContext()
Gets the value of the context property.SetTemplateRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.creation_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
ApplyVdTemplateRequest.setContext
(Context value) Sets the value of the context property.void
CreatePropertiesRequest.setContext
(Context value) Sets the value of the context property.void
GetConvertStructureConfigRequest.setContext
(Context value) Sets the value of the context property.void
GetFilteredTemplatesRequest.setContext
(Context value) Sets the value of the context property.void
GetImportStructureConfigsRequest.setContext
(Context value) Sets the value of the context property.void
GetTemplateFilterOptionsRequest.setContext
(Context value) Sets the value of the context property.void
GetTemplatesRequest.setContext
(Context value) Sets the value of the context property.void
GetUIMaxSizeRequest.setContext
(Context value) Sets the value of the context property.void
GetVDTemplatesRequest.setContext
(Context value) Sets the value of the context property.void
HasAnyAttachmentsRequest.setContext
(Context value) Sets the value of the context property.void
HasAttachmentsRequest.setContext
(Context value) Sets the value of the context property.void
IsAFolderOrACabinetRequest.setContext
(Context value) Sets the value of the context property.void
IsNoContentAuthorizedRequest.setContext
(Context value) Sets the value of the context property.void
IsNoCreationProfileRequest.setContext
(Context value) Sets the value of the context property.void
RemoveAttachmentsRequest.setContext
(Context value) Sets the value of the context property.void
SetTemplateRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_apply_config_service
Methods in com.emc.d2fs.services.d2_apply_config_service that return ContextModifier and TypeMethodDescriptionApplyConfigRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_apply_config_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
ApplyConfigRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_archive_service
Methods in com.emc.d2fs.services.d2_archive_service that return ContextModifier and TypeMethodDescriptionCreateVersionRequest.getContext()
Gets the value of the context property.ListArchivesRequest.getContext()
Gets the value of the context property.TestExistsRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_archive_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CreateVersionRequest.setContext
(Context value) Sets the value of the context property.void
ListArchivesRequest.setContext
(Context value) Sets the value of the context property.void
TestExistsRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_audit_service
Methods in com.emc.d2fs.services.d2_audit_service that return ContextModifier and TypeMethodDescriptionApplyAuditMessagesRequest.getContext()
Gets the value of the context property.IsEventAuditedRequest.getContext()
Gets the value of the context property.IsPropertyAuditedRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_audit_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
ApplyAuditMessagesRequest.setContext
(Context value) Sets the value of the context property.void
IsEventAuditedRequest.setContext
(Context value) Sets the value of the context property.void
IsPropertyAuditedRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_cache_service
Methods in com.emc.d2fs.services.d2_cache_service that return ContextModifier and TypeMethodDescriptionRefreshDictionaryCacheRequest.getContext()
Gets the value of the context property.RefreshTaxonomyCacheRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_cache_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
RefreshDictionaryCacheRequest.setContext
(Context value) Sets the value of the context property.void
RefreshTaxonomyCacheRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_dictionary_service
Methods in com.emc.d2fs.services.d2_dictionary_service that return ContextModifier and TypeMethodDescriptionDictionaryExportRequest.getContext()
Gets the value of the context property.DictionaryImportRequest.getContext()
Gets the value of the context property.DictionaryOperationRequest.getContext()
Gets the value of the context property.GetDictionaryNumberValueRequest.getContext()
Gets the value of the context property.GetExportDictionaryUrlRequest.getContext()
Gets the value of the context property.GetImportDictionaryUrlRequest.getContext()
Gets the value of the context property.ImportVersionDictionaryRequest.getContext()
Gets the value of the context property.RequestDocbaseUpdateRequest.getContext()
Gets the value of the context property.SaveVersionDictionaryRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_dictionary_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
DictionaryExportRequest.setContext
(Context value) Sets the value of the context property.void
DictionaryImportRequest.setContext
(Context value) Sets the value of the context property.void
DictionaryOperationRequest.setContext
(Context value) Sets the value of the context property.void
GetDictionaryNumberValueRequest.setContext
(Context value) Sets the value of the context property.void
GetExportDictionaryUrlRequest.setContext
(Context value) Sets the value of the context property.void
GetImportDictionaryUrlRequest.setContext
(Context value) Sets the value of the context property.void
ImportVersionDictionaryRequest.setContext
(Context value) Sets the value of the context property.void
RequestDocbaseUpdateRequest.setContext
(Context value) Sets the value of the context property.void
SaveVersionDictionaryRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_link_service
Methods in com.emc.d2fs.services.d2_link_service that return ContextModifier and TypeMethodDescriptionGetLinkStatesRequest.getContext()
Gets the value of the context property.ModifyLinkRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_link_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetLinkStatesRequest.setContext
(Context value) Sets the value of the context property.void
ModifyLinkRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_linked_document_service
Methods in com.emc.d2fs.services.d2_linked_document_service that return ContextModifier and TypeMethodDescriptionGetLinkInfoRequest.getContext()
Gets the value of the context property.GetLinksCountRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_linked_document_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetLinkInfoRequest.setContext
(Context value) Sets the value of the context property.void
GetLinksCountRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_massupdate_service
Methods in com.emc.d2fs.services.d2_massupdate_service that return ContextModifier and TypeMethodDescriptionApplyConfigurationsRequest.getContext()
Gets the value of the context property.CanDisplayModeDialogRequest.getContext()
Gets the value of the context property.GetMassUpdateInformationsRequest.getContext()
Gets the value of the context property.ListConfigurationsRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_massupdate_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
ApplyConfigurationsRequest.setContext
(Context value) Sets the value of the context property.void
CanDisplayModeDialogRequest.setContext
(Context value) Sets the value of the context property.void
GetMassUpdateInformationsRequest.setContext
(Context value) Sets the value of the context property.void
ListConfigurationsRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_method_service
Methods in com.emc.d2fs.services.d2_method_service that return ContextModifier and TypeMethodDescriptionExecuteMethodRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_method_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
ExecuteMethodRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_pdfrender_service
Methods in com.emc.d2fs.services.d2_pdfrender_service that return ContextModifier and TypeMethodDescriptionQueuePdfRenderRequest.getContext()
Gets the value of the context property.TestPdfRenderRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_pdfrender_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
QueuePdfRenderRequest.setContext
(Context value) Sets the value of the context property.void
TestPdfRenderRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_relation_service
Methods in com.emc.d2fs.services.d2_relation_service that return ContextModifier and TypeMethodDescriptionChildIdRequest.getContext()
Gets the value of the context property.ChildrenIdRequest.getContext()
Gets the value of the context property.ChildrenRelationRequest.getContext()
Gets the value of the context property.CreateRelationRequest.getContext()
Gets the value of the context property.DestroyRelationRequest.getContext()
Gets the value of the context property.ParentIdRequest.getContext()
Gets the value of the context property.ParentsRelationRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_relation_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
ChildIdRequest.setContext
(Context value) Sets the value of the context property.void
ChildrenIdRequest.setContext
(Context value) Sets the value of the context property.void
ChildrenRelationRequest.setContext
(Context value) Sets the value of the context property.void
CreateRelationRequest.setContext
(Context value) Sets the value of the context property.void
DestroyRelationRequest.setContext
(Context value) Sets the value of the context property.void
ParentIdRequest.setContext
(Context value) Sets the value of the context property.void
ParentsRelationRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_taxonomy_service
Methods in com.emc.d2fs.services.d2_taxonomy_service that return ContextModifier and TypeMethodDescriptionGetExportTaxonomyUrlRequest.getContext()
Gets the value of the context property.GetImportTaxonomyUrlRequest.getContext()
Gets the value of the context property.ImportVersionTaxonomyRequest.getContext()
Gets the value of the context property.SaveTaxonomyRequest.getContext()
Gets the value of the context property.SaveVersionTaxonomyRequest.getContext()
Gets the value of the context property.TaxonomyExportRequest.getContext()
Gets the value of the context property.TaxonomyImportRequest.getContext()
Gets the value of the context property.TaxonomyOperationRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_taxonomy_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetExportTaxonomyUrlRequest.setContext
(Context value) Sets the value of the context property.void
GetImportTaxonomyUrlRequest.setContext
(Context value) Sets the value of the context property.void
ImportVersionTaxonomyRequest.setContext
(Context value) Sets the value of the context property.void
SaveTaxonomyRequest.setContext
(Context value) Sets the value of the context property.void
SaveVersionTaxonomyRequest.setContext
(Context value) Sets the value of the context property.void
TaxonomyExportRequest.setContext
(Context value) Sets the value of the context property.void
TaxonomyImportRequest.setContext
(Context value) Sets the value of the context property.void
TaxonomyOperationRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_template_service
Methods in com.emc.d2fs.services.d2_template_service that return ContextModifier and TypeMethodDescriptionGetTemplatesRequest.getContext()
Gets the value of the context property.IsNoContentAuthorizedRequest.getContext()
Gets the value of the context property.SetTemplateRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_template_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetTemplatesRequest.setContext
(Context value) Sets the value of the context property.void
IsNoContentAuthorizedRequest.setContext
(Context value) Sets the value of the context property.void
SetTemplateRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_validation_service
Methods in com.emc.d2fs.services.d2_validation_service that return ContextModifier and TypeMethodDescriptionCheckAttributesConstraintsRequest.getContext()
Gets the value of the context property.CheckObjectConstraintsRequest.getContext()
Gets the value of the context property.CheckUniquenessRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_validation_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CheckAttributesConstraintsRequest.setContext
(Context value) Sets the value of the context property.void
CheckObjectConstraintsRequest.setContext
(Context value) Sets the value of the context property.void
CheckUniquenessRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2_vd_template_service
Methods in com.emc.d2fs.services.d2_vd_template_service that return ContextModifier and TypeMethodDescriptionGetVdTemplatesRequest.getContext()
Gets the value of the context property.SetVdTemplateRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2_vd_template_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetVdTemplatesRequest.setContext
(Context value) Sets the value of the context property.void
SetVdTemplateRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.d2lifecycle_service
Methods in com.emc.d2fs.services.d2lifecycle_service that return ContextModifier and TypeMethodDescriptionApplyRequest.getContext()
Gets the value of the context property.ChangeStateOnEventRequest.getContext()
Gets the value of the context property.ChangeStateRequest.getContext()
Gets the value of the context property.ChangeStateRequestMass.getContext()
Gets the value of the context property.GetSignoffParametersRequest.getContext()
Gets the value of the context property.NextStateOnEventRequest.getContext()
Gets the value of the context property.NextStatesRequest.getContext()
Gets the value of the context property.TestChangeStateConditionsRequest.getContext()
Gets the value of the context property.TestNextStateRequest.getContext()
Gets the value of the context property.TestTransitionRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.d2lifecycle_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
ApplyRequest.setContext
(Context value) Sets the value of the context property.void
ChangeStateOnEventRequest.setContext
(Context value) Sets the value of the context property.void
ChangeStateRequest.setContext
(Context value) Sets the value of the context property.void
ChangeStateRequestMass.setContext
(Context value) Sets the value of the context property.void
GetSignoffParametersRequest.setContext
(Context value) Sets the value of the context property.void
NextStateOnEventRequest.setContext
(Context value) Sets the value of the context property.void
NextStatesRequest.setContext
(Context value) Sets the value of the context property.void
TestChangeStateConditionsRequest.setContext
(Context value) Sets the value of the context property.void
TestNextStateRequest.setContext
(Context value) Sets the value of the context property.void
TestTransitionRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.dctmlifecycle_service
Methods in com.emc.d2fs.services.dctmlifecycle_service that return ContextModifier and TypeMethodDescriptionHandleOperationRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.dctmlifecycle_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
HandleOperationRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.delegation_service
Methods in com.emc.d2fs.services.delegation_service that return ContextModifier and TypeMethodDescriptionApplyDelegationRequest.getContext()
Gets the value of the context property.DeleteDelegationRequest.getContext()
Gets the value of the context property.UndoDelegationRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.delegation_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
ApplyDelegationRequest.setContext
(Context value) Sets the value of the context property.void
DeleteDelegationRequest.setContext
(Context value) Sets the value of the context property.void
UndoDelegationRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.destroy_service
Methods in com.emc.d2fs.services.destroy_service that return ContextModifier and TypeMethodDescriptionDestroyAllRequest.getContext()
Gets the value of the context property.DestroyRequest.getContext()
Gets the value of the context property.IsDialogRequiredRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.destroy_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
DestroyAllRequest.setContext
(Context value) Sets the value of the context property.void
DestroyRequest.setContext
(Context value) Sets the value of the context property.void
IsDialogRequiredRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.details_service
Methods in com.emc.d2fs.services.details_service that return ContextModifier and TypeMethodDescriptionGetDetailContentRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.details_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetDetailContentRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.dialog_service
Methods in com.emc.d2fs.services.dialog_service that return ContextModifier and TypeMethodDescriptionCancelDialogRequest.getContext()
Gets the value of the context property.GetDialogRequest.getContext()
Gets the value of the context property.GetExportValuesUrlRequest.getContext()
Gets the value of the context property.GetImportValuesUrlRequest.getContext()
Gets the value of the context property.GetLabelsRequest.getContext()
Gets the value of the context property.GetOptionsRequest.getContext()
Gets the value of the context property.GetSubformInfoRequest.getContext()
Gets the value of the context property.GetTaxonomyRequest.getContext()
Gets the value of the context property.IsMemberOfGroupRequest.getContext()
Gets the value of the context property.ValidDialogRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.dialog_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CancelDialogRequest.setContext
(Context value) Sets the value of the context property.void
GetDialogRequest.setContext
(Context value) Sets the value of the context property.void
GetExportValuesUrlRequest.setContext
(Context value) Sets the value of the context property.void
GetImportValuesUrlRequest.setContext
(Context value) Sets the value of the context property.void
GetLabelsRequest.setContext
(Context value) Sets the value of the context property.void
GetOptionsRequest.setContext
(Context value) Sets the value of the context property.void
GetSubformInfoRequest.setContext
(Context value) Sets the value of the context property.void
GetTaxonomyRequest.setContext
(Context value) Sets the value of the context property.void
IsMemberOfGroupRequest.setContext
(Context value) Sets the value of the context property.void
ValidDialogRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.distribution_service
Methods in com.emc.d2fs.services.distribution_service that return ContextModifier and TypeMethodDescriptionGetDistributionContentRequest.getContext()
Gets the value of the context property.GetReportFileNameRequest.getContext()
Gets the value of the context property.GetSignoffParametersRequest.getContext()
Gets the value of the context property.HandleDistributionActionRequest.getContext()
Gets the value of the context property.LaunchDistributionRequest.getContext()
Gets the value of the context property.StopDistributionRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.distribution_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetDistributionContentRequest.setContext
(Context value) Sets the value of the context property.void
GetReportFileNameRequest.setContext
(Context value) Sets the value of the context property.void
GetSignoffParametersRequest.setContext
(Context value) Sets the value of the context property.void
HandleDistributionActionRequest.setContext
(Context value) Sets the value of the context property.void
LaunchDistributionRequest.setContext
(Context value) Sets the value of the context property.void
StopDistributionRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.download_service
Methods in com.emc.d2fs.services.download_service that return ContextModifier and TypeMethodDescriptionCanPrintControlledViewRequest.getContext()
Gets the value of the context property.GetCheckinUrlsRequest.getContext()
Gets the value of the context property.GetDispatchDownloadUrlRequest.getContext()
Gets the value of the context property.GetDownloadFileDetailsRequest.getContext()
Gets the value of the context property.GetDownloadUrlsRequest.getContext()
Gets the value of the context property.GetExtractDcoumentPropertyRequest.getContext()
Gets the value of the context property.GetExtractUrlsRequest.getContext()
Gets the value of the context property.GetFileInfoRequest.getContext()
Gets the value of the context property.GetImportStructureUrlsRequest.getContext()
Gets the value of the context property.GetObjectsDownloadUrlsRequest.getContext()
Gets the value of the context property.GetPageServingUrlsRequest.getContext()
Gets the value of the context property.GetUploadUrlsRequest.getContext()
Gets the value of the context property.IsProtectedInControlledViewRequest.getContext()
Gets the value of the context property.SetDocumentPropertyRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.download_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CanPrintControlledViewRequest.setContext
(Context value) Sets the value of the context property.void
GetCheckinUrlsRequest.setContext
(Context value) Sets the value of the context property.void
GetDispatchDownloadUrlRequest.setContext
(Context value) Sets the value of the context property.void
GetDownloadFileDetailsRequest.setContext
(Context value) Sets the value of the context property.void
GetDownloadUrlsRequest.setContext
(Context value) Sets the value of the context property.void
GetExtractDcoumentPropertyRequest.setContext
(Context value) Sets the value of the context property.void
GetExtractUrlsRequest.setContext
(Context value) Sets the value of the context property.void
GetFileInfoRequest.setContext
(Context value) Sets the value of the context property.void
GetImportStructureUrlsRequest.setContext
(Context value) Sets the value of the context property.void
GetObjectsDownloadUrlsRequest.setContext
(Context value) Sets the value of the context property.void
GetPageServingUrlsRequest.setContext
(Context value) Sets the value of the context property.void
GetUploadUrlsRequest.setContext
(Context value) Sets the value of the context property.void
IsProtectedInControlledViewRequest.setContext
(Context value) Sets the value of the context property.void
SetDocumentPropertyRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.export_service
Methods in com.emc.d2fs.services.export_service that return ContextModifier and TypeMethodDescriptionGetExportFolderRequest.getContext()
Gets the value of the context property.GetExportTicketRequest.getContext()
Gets the value of the context property.GetExportUrlRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.export_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetExportFolderRequest.setContext
(Context value) Sets the value of the context property.void
GetExportTicketRequest.setContext
(Context value) Sets the value of the context property.void
GetExportUrlRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.favorites_service
Methods in com.emc.d2fs.services.favorites_service that return ContextModifier and TypeMethodDescriptionAddToFavoritesRequest.getContext()
Gets the value of the context property.RemoveFromFavoritesRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.favorites_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
AddToFavoritesRequest.setContext
(Context value) Sets the value of the context property.void
RemoveFromFavoritesRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.hyperlink_service
Methods in com.emc.d2fs.services.hyperlink_service that return ContextModifier and TypeMethodDescriptionCancelCheckoutPdfFileRequest.getContext()
Gets the value of the context property.CheckoutPdfFileRequest.getContext()
Gets the value of the context property.CreateHyperlinkRequest.getContext()
Gets the value of the context property.DeleteHyperlinkRequest.getContext()
Gets the value of the context property.GetCheckinPdfFileUrlsRequest.getContext()
Gets the value of the context property.GetDestinationUrlsRequest.getContext()
Gets the value of the context property.SetDestinationVersionRequest.getContext()
Gets the value of the context property.ShiftDestinationPageRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.hyperlink_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CancelCheckoutPdfFileRequest.setContext
(Context value) Sets the value of the context property.void
CheckoutPdfFileRequest.setContext
(Context value) Sets the value of the context property.void
CreateHyperlinkRequest.setContext
(Context value) Sets the value of the context property.void
DeleteHyperlinkRequest.setContext
(Context value) Sets the value of the context property.void
GetCheckinPdfFileUrlsRequest.setContext
(Context value) Sets the value of the context property.void
GetDestinationUrlsRequest.setContext
(Context value) Sets the value of the context property.void
SetDestinationVersionRequest.setContext
(Context value) Sets the value of the context property.void
ShiftDestinationPageRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.locate_service
Methods in com.emc.d2fs.services.locate_service that return ContextModifier and TypeMethodDescriptionGetLocationByDqlRequest.getContext()
Gets the value of the context property.GetLocationByIdRequest.getContext()
Gets the value of the context property.GetLocationByNameRequest.getContext()
Gets the value of the context property.GetLocationByPathRequest.getContext()
Gets the value of the context property.GetLocationByTypeRequest.getContext()
Gets the value of the context property.GetLocationForBreadCrumbRequest.getContext()
Gets the value of the context property.GetLocationRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.locate_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetLocationByDqlRequest.setContext
(Context value) Sets the value of the context property.void
GetLocationByIdRequest.setContext
(Context value) Sets the value of the context property.void
GetLocationByNameRequest.setContext
(Context value) Sets the value of the context property.void
GetLocationByPathRequest.setContext
(Context value) Sets the value of the context property.void
GetLocationByTypeRequest.setContext
(Context value) Sets the value of the context property.void
GetLocationForBreadCrumbRequest.setContext
(Context value) Sets the value of the context property.void
GetLocationRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.move_service
Methods in com.emc.d2fs.services.move_service that return ContextModifier and TypeMethodDescriptionCopyRequest.getContext()
Gets the value of the context property.LinkRequest.getContext()
Gets the value of the context property.MoveRequest.getContext()
Gets the value of the context property.PasteFolderStructureRequest.getContext()
Gets the value of the context property.PasteRequest.getContext()
Gets the value of the context property.PasteFolderStructureRequest.getSourceContext()
Gets the value of the sourceContext property.PasteRequest.getSourceContext()
Gets the value of the sourceContext property.Methods in com.emc.d2fs.services.move_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CopyRequest.setContext
(Context value) Sets the value of the context property.void
LinkRequest.setContext
(Context value) Sets the value of the context property.void
MoveRequest.setContext
(Context value) Sets the value of the context property.void
PasteFolderStructureRequest.setContext
(Context value) Sets the value of the context property.void
PasteRequest.setContext
(Context value) Sets the value of the context property.void
PasteFolderStructureRequest.setSourceContext
(Context value) Sets the value of the sourceContext property.void
PasteRequest.setSourceContext
(Context value) Sets the value of the sourceContext property. -
Uses of Context in com.emc.d2fs.services.preference_service
Methods in com.emc.d2fs.services.preference_service that return ContextModifier and TypeMethodDescriptionGetColumnPreferencesRequest.getContext()
Gets the value of the context property.GetColumnSelectSettingRequest.getContext()
Gets the value of the context property.GetColumnSrcSettingRequest.getContext()
Gets the value of the context property.GetColumnTypeSettingRequest.getContext()
Gets the value of the context property.GetFiltersRequest.getContext()
Gets the value of the context property.GetLanguageRequest.getContext()
Gets the value of the context property.GetPreferenceRequest.getContext()
Gets the value of the context property.GetPreferenceWithColumnRequest.getContext()
Gets the value of the context property.GetSearchHighlightEnabledRequest.getContext()
Gets the value of the context property.GetSearchSummaryEnabledRequest.getContext()
Gets the value of the context property.SetColumnPreferenceRequest.getContext()
Gets the value of the context property.SetColumnSelectSettingRequest.getContext()
Gets the value of the context property.SetFilterActiveRequest.getContext()
Gets the value of the context property.SetSearchHighlightEnabledRequest.getContext()
Gets the value of the context property.SetSearchSummaryEnabledRequest.getContext()
Gets the value of the context property.SetTemplateViewPreferenceRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.preference_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetColumnPreferencesRequest.setContext
(Context value) Sets the value of the context property.void
GetColumnSelectSettingRequest.setContext
(Context value) Sets the value of the context property.void
GetColumnSrcSettingRequest.setContext
(Context value) Sets the value of the context property.void
GetColumnTypeSettingRequest.setContext
(Context value) Sets the value of the context property.void
GetFiltersRequest.setContext
(Context value) Sets the value of the context property.void
GetLanguageRequest.setContext
(Context value) Sets the value of the context property.void
GetPreferenceRequest.setContext
(Context value) Sets the value of the context property.void
GetPreferenceWithColumnRequest.setContext
(Context value) Sets the value of the context property.void
GetSearchHighlightEnabledRequest.setContext
(Context value) Sets the value of the context property.void
GetSearchSummaryEnabledRequest.setContext
(Context value) Sets the value of the context property.void
SetColumnPreferenceRequest.setContext
(Context value) Sets the value of the context property.void
SetColumnSelectSettingRequest.setContext
(Context value) Sets the value of the context property.void
SetFilterActiveRequest.setContext
(Context value) Sets the value of the context property.void
SetSearchHighlightEnabledRequest.setContext
(Context value) Sets the value of the context property.void
SetSearchSummaryEnabledRequest.setContext
(Context value) Sets the value of the context property.void
SetTemplateViewPreferenceRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.property_service
Methods in com.emc.d2fs.services.property_service that return ContextModifier and TypeMethodDescriptionDumpRequest.getContext()
Gets the value of the context property.GetPropertiesRequest.getContext()
Gets the value of the context property.SavePropertiesRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.property_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
DumpRequest.setContext
(Context value) Sets the value of the context property.void
GetPropertiesRequest.setContext
(Context value) Sets the value of the context property.void
SavePropertiesRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.reference_service
Methods in com.emc.d2fs.services.reference_service that return ContextModifier and TypeMethodDescriptionAddReferenceRequest.getContext()
Gets the value of the context property.IsDialogRequiredRequest.getContext()
Gets the value of the context property.AddReferenceRequest.getTargetContext()
Gets the value of the targetContext property.Methods in com.emc.d2fs.services.reference_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
AddReferenceRequest.setContext
(Context value) Sets the value of the context property.void
IsDialogRequiredRequest.setContext
(Context value) Sets the value of the context property.void
AddReferenceRequest.setTargetContext
(Context value) Sets the value of the targetContext property. -
Uses of Context in com.emc.d2fs.services.rendition_service
Methods in com.emc.d2fs.services.rendition_service that return ContextModifier and TypeMethodDescriptionRemoveRenditionRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.rendition_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
RemoveRenditionRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.repository_service
Methods in com.emc.d2fs.services.repository_service that return ContextModifier and TypeMethodDescriptionCheckLoginRequest.getContext()
Gets the value of the context property.CleanupSearchDataRequest.getContext()
Gets the value of the context property.GenerateDMTicketRequest.getContext()
Gets the value of the context property.GetLogoutRedirectURLRequest.getContext()
Gets the value of the context property.GetRepositoryNameFromIdRequest.getContext()
Gets the value of the context property.GetUserLoginNameRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.repository_service that return types with arguments of type ContextModifier and TypeMethodDescriptionCleanupSearchDataRequest.getContexts()
Gets the value of the contexts property.ReleaseRequest.getContexts()
Gets the value of the contexts property.Methods in com.emc.d2fs.services.repository_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CheckLoginRequest.setContext
(Context value) Sets the value of the context property.void
CleanupSearchDataRequest.setContext
(Context value) Sets the value of the context property.void
GenerateDMTicketRequest.setContext
(Context value) Sets the value of the context property.void
GetLogoutRedirectURLRequest.setContext
(Context value) Sets the value of the context property.void
GetRepositoryNameFromIdRequest.setContext
(Context value) Sets the value of the context property.void
GetUserLoginNameRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.search_service
Methods in com.emc.d2fs.services.search_service that return ContextModifier and TypeMethodDescriptionCreateSearchCategoryRequest.getContext()
Gets the value of the context property.DuplicateSearchAsLastSearchRequest.getContext()
Gets the value of the context property.GetLastSearchQueryTermRequest.getContext()
Gets the value of the context property.GetQuickSearchContentRequest.getContext()
Gets the value of the context property.GetQuickSearchContentWithOptionRequest.getContext()
Gets the value of the context property.GetSearchAssistanceValuesRequest.getContext()
Gets the value of the context property.GetSearchAttributesRequest.getContext()
Gets the value of the context property.GetSearchConditionsRequest.getContext()
Gets the value of the context property.LoadSearchAttributesRequest.getContext()
Gets the value of the context property.RunDQLSearchRequest.getContext()
Gets the value of the context property.RunQueryFormRequest.getContext()
Gets the value of the context property.RunTempDQLSearchRequest.getContext()
Gets the value of the context property.SaveSearchRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.search_service that return types with arguments of type ContextModifier and TypeMethodDescriptionGetQuickSearchMultiContentRequest.getContexts()
Gets the value of the contexts property.Methods in com.emc.d2fs.services.search_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
CreateSearchCategoryRequest.setContext
(Context value) Sets the value of the context property.void
DuplicateSearchAsLastSearchRequest.setContext
(Context value) Sets the value of the context property.void
GetLastSearchQueryTermRequest.setContext
(Context value) Sets the value of the context property.void
GetQuickSearchContentRequest.setContext
(Context value) Sets the value of the context property.void
GetQuickSearchContentWithOptionRequest.setContext
(Context value) Sets the value of the context property.void
GetSearchAssistanceValuesRequest.setContext
(Context value) Sets the value of the context property.void
GetSearchAttributesRequest.setContext
(Context value) Sets the value of the context property.void
GetSearchConditionsRequest.setContext
(Context value) Sets the value of the context property.void
LoadSearchAttributesRequest.setContext
(Context value) Sets the value of the context property.void
RunDQLSearchRequest.setContext
(Context value) Sets the value of the context property.void
RunQueryFormRequest.setContext
(Context value) Sets the value of the context property.void
RunTempDQLSearchRequest.setContext
(Context value) Sets the value of the context property.void
SaveSearchRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.sendmail_service
Methods in com.emc.d2fs.services.sendmail_service that return ContextModifier and TypeMethodDescriptionSendmailRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.sendmail_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
SendmailRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.subscriptions_service
Methods in com.emc.d2fs.services.subscriptions_service that return ContextModifier and TypeMethodDescriptionSubscribeRequest.getContext()
Gets the value of the context property.UnsubscribeAllRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.subscriptions_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
SubscribeRequest.setContext
(Context value) Sets the value of the context property.void
UnsubscribeAllRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.thumbnails_service
Methods in com.emc.d2fs.services.thumbnails_service that return ContextModifier and TypeMethodDescriptionGetThumbnailUrlRequest.getContext()
Gets the value of the context property.GetThumbnailUrlsRequest.getContext()
Gets the value of the context property.IsProtectedInControlledViewRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.thumbnails_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetThumbnailUrlRequest.setContext
(Context value) Sets the value of the context property.void
GetThumbnailUrlsRequest.setContext
(Context value) Sets the value of the context property.void
IsProtectedInControlledViewRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.vdcontent_service
Methods in com.emc.d2fs.services.vdcontent_service that return ContextModifier and TypeMethodDescriptionAddVDChildRequest.getContext()
Gets the value of the context property.GetDialogForOperationRequest.getContext()
Gets the value of the context property.GetVDContentRequest.getContext()
Gets the value of the context property.InsertVDInheritedComponentRequest.getContext()
Gets the value of the context property.MoveVDChildRequest.getContext()
Gets the value of the context property.RemoveVDChildRequest.getContext()
Gets the value of the context property.ReplaceVDChildRequest.getContext()
Gets the value of the context property.SetVDChildBindingVersionsRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.vdcontent_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
AddVDChildRequest.setContext
(Context value) Sets the value of the context property.void
GetDialogForOperationRequest.setContext
(Context value) Sets the value of the context property.void
GetVDContentRequest.setContext
(Context value) Sets the value of the context property.void
InsertVDInheritedComponentRequest.setContext
(Context value) Sets the value of the context property.void
MoveVDChildRequest.setContext
(Context value) Sets the value of the context property.void
RemoveVDChildRequest.setContext
(Context value) Sets the value of the context property.void
ReplaceVDChildRequest.setContext
(Context value) Sets the value of the context property.void
SetVDChildBindingVersionsRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.vdconvert_service
Methods in com.emc.d2fs.services.vdconvert_service that return ContextModifier and TypeMethodDescriptionConvertFolderToVDRequest.getContext()
Gets the value of the context property.ConvertToSimpleDocRequest.getContext()
Gets the value of the context property.ConvertToVDRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.vdconvert_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
ConvertFolderToVDRequest.setContext
(Context value) Sets the value of the context property.void
ConvertToSimpleDocRequest.setContext
(Context value) Sets the value of the context property.void
ConvertToVDRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.vdsnapshot_service
Methods in com.emc.d2fs.services.vdsnapshot_service that return ContextModifier and TypeMethodDescriptionVdSnapshotRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.vdsnapshot_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
VdSnapshotRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.workflow_service
Methods in com.emc.d2fs.services.workflow_service that return ContextModifier and TypeMethodDescriptionAbortWorkflowRequest.getContext()
Gets the value of the context property.AcquireTaskRequest.getContext()
Gets the value of the context property.AcquireWorkflowTaskRequest.getContext()
Gets the value of the context property.AddNoteToTaskRequest.getContext()
Gets the value of the context property.CanAbortWorkflowRequest.getContext()
Gets the value of the context property.CanAddTaskNoteRequest.getContext()
Gets the value of the context property.CanDelegateTaskRequest.getContext()
Gets the value of the context property.CanForwardTaskRequest.getContext()
Gets the value of the context property.CanRejectTaskRequest.getContext()
Gets the value of the context property.CheckAttachmentLockStateRequest.getContext()
Gets the value of the context property.CheckLifeCycleRequest.getContext()
Gets the value of the context property.CheckPropertyPageForNextTaskRequest.getContext()
Gets the value of the context property.CheckPropertyPageRequest.getContext()
Gets the value of the context property.CheckWorkflowAliasesRequest.getContext()
Gets the value of the context property.DelegateTaskOnErrorRequest.getContext()
Gets the value of the context property.DelegateTaskRequest.getContext()
Gets the value of the context property.GetConfigurationsNamesRequest.getContext()
Gets the value of the context property.GetTaskFolderLabelRequest.getContext()
Gets the value of the context property.GetTaskModeRequest.getContext()
Gets the value of the context property.GetTaskPermissionsRequest.getContext()
Gets the value of the context property.GetWorkflowDisplayNameRequest.getContext()
Gets the value of the context property.IsManualAcquisitionTaskRequest.getContext()
Gets the value of the context property.IsTaskAcquiredRequest.getContext()
Gets the value of the context property.LaunchScheduledWorkflowRequest.getContext()
Gets the value of the context property.LaunchWorkflowRequest.getContext()
Gets the value of the context property.ProcessTaskRequest.getContext()
Gets the value of the context property.SetTaskPriorityRequest.getContext()
Gets the value of the context property.SetTaskReadStateRequest.getContext()
Gets the value of the context property.VerifyEntryCriteriaRequest.getContext()
Gets the value of the context property.VerifyEntryCriteriasRequest.getContext()
Gets the value of the context property.VerifyEntryCriteriasResponse.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.workflow_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
AbortWorkflowRequest.setContext
(Context value) Sets the value of the context property.void
AcquireTaskRequest.setContext
(Context value) Sets the value of the context property.void
AcquireWorkflowTaskRequest.setContext
(Context value) Sets the value of the context property.void
AddNoteToTaskRequest.setContext
(Context value) Sets the value of the context property.void
CanAbortWorkflowRequest.setContext
(Context value) Sets the value of the context property.void
CanAddTaskNoteRequest.setContext
(Context value) Sets the value of the context property.void
CanDelegateTaskRequest.setContext
(Context value) Sets the value of the context property.void
CanForwardTaskRequest.setContext
(Context value) Sets the value of the context property.void
CanRejectTaskRequest.setContext
(Context value) Sets the value of the context property.void
CheckAttachmentLockStateRequest.setContext
(Context value) Sets the value of the context property.void
CheckLifeCycleRequest.setContext
(Context value) Sets the value of the context property.void
CheckPropertyPageForNextTaskRequest.setContext
(Context value) Sets the value of the context property.void
CheckPropertyPageRequest.setContext
(Context value) Sets the value of the context property.void
CheckWorkflowAliasesRequest.setContext
(Context value) Sets the value of the context property.void
DelegateTaskOnErrorRequest.setContext
(Context value) Sets the value of the context property.void
DelegateTaskRequest.setContext
(Context value) Sets the value of the context property.void
GetConfigurationsNamesRequest.setContext
(Context value) Sets the value of the context property.void
GetTaskFolderLabelRequest.setContext
(Context value) Sets the value of the context property.void
GetTaskModeRequest.setContext
(Context value) Sets the value of the context property.void
GetTaskPermissionsRequest.setContext
(Context value) Sets the value of the context property.void
GetWorkflowDisplayNameRequest.setContext
(Context value) Sets the value of the context property.void
IsManualAcquisitionTaskRequest.setContext
(Context value) Sets the value of the context property.void
IsTaskAcquiredRequest.setContext
(Context value) Sets the value of the context property.void
LaunchScheduledWorkflowRequest.setContext
(Context value) Sets the value of the context property.void
LaunchWorkflowRequest.setContext
(Context value) Sets the value of the context property.void
ProcessTaskRequest.setContext
(Context value) Sets the value of the context property.void
SetTaskPriorityRequest.setContext
(Context value) Sets the value of the context property.void
SetTaskReadStateRequest.setContext
(Context value) Sets the value of the context property.void
VerifyEntryCriteriaRequest.setContext
(Context value) Sets the value of the context property.void
VerifyEntryCriteriasRequest.setContext
(Context value) Sets the value of the context property.void
VerifyEntryCriteriasResponse.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.workflowcontent_service
Methods in com.emc.d2fs.services.workflowcontent_service that return ContextModifier and TypeMethodDescriptionGetTaskAttachmentDetailsRequest.getContext()
Gets the value of the context property.GetWorkflowContentRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.workflowcontent_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetTaskAttachmentDetailsRequest.setContext
(Context value) Sets the value of the context property.void
GetWorkflowContentRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.workflowpreview_service
Methods in com.emc.d2fs.services.workflowpreview_service that return ContextModifier and TypeMethodDescriptionGetWorkflowPreviewRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.workflowpreview_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
GetWorkflowPreviewRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.services.x3config_service
Methods in com.emc.d2fs.services.x3config_service that return ContextModifier and TypeMethodDescriptionFetchSpaceXmlContentRequest.getContext()
Gets the value of the context property.GetAvailableSkinsRequest.getContext()
Gets the value of the context property.GetAvailableSpacesRequest.getContext()
Gets the value of the context property.GetAvailableWidgetsRequest.getContext()
Gets the value of the context property.GetContentAssistRequest.getContext()
Gets the value of the context property.GetDefaultWorkspaceChangeRequest.getContext()
Gets the value of the context property.GetDefaultWorkspacesRequest.getContext()
Gets the value of the context property.GetDownloadLocationsRequest.getContext()
Gets the value of the context property.GetImportContentSamePropRequest.getContext()
Gets the value of the context property.GetImportContentSameRequest.getContext()
Gets the value of the context property.GetIsWidgetInViewRequest.getContext()
Gets the value of the context property.GetLastUsedObjectRequest.getContext()
Gets the value of the context property.GetLastUsedWorkspaceRequest.getContext()
Gets the value of the context property.GetPortalMenuPositionRequest.getContext()
Gets the value of the context property.GetPortalMenuWidthRequest.getContext()
Gets the value of the context property.GetPortalRowHeightRequest.getContext()
Gets the value of the context property.GetQueryFormIdFromWidgetRequest.getContext()
Gets the value of the context property.GetSkinRequest.getContext()
Gets the value of the context property.GetSpaceRequest.getContext()
Gets the value of the context property.GetUserClientExperienceRequest.getContext()
Gets the value of the context property.GetUserLastSpacesRequest.getContext()
Gets the value of the context property.GetWidgetUrlRequest.getContext()
Gets the value of the context property.GetWorkspaceRestoreRequest.getContext()
Gets the value of the context property.SaveUserLastSpacesRequest.getContext()
Gets the value of the context property.SetDefaultWorkspacesRequest.getContext()
Gets the value of the context property.SetDownloadLocationsRequest.getContext()
Gets the value of the context property.SetImportContentSamePropRequest.getContext()
Gets the value of the context property.SetImportContentSameRequest.getContext()
Gets the value of the context property.SetLastUsedObjectRequest.getContext()
Gets the value of the context property.SetLastUsedWorkspaceRequest.getContext()
Gets the value of the context property.SetPortalMenuPositionRequest.getContext()
Gets the value of the context property.SetPortalMenuWidthRequest.getContext()
Gets the value of the context property.SetPortalRowHeightRequest.getContext()
Gets the value of the context property.SetUserClientExperienceRequest.getContext()
Gets the value of the context property.SetWorkspaceRestoreRequest.getContext()
Gets the value of the context property.Methods in com.emc.d2fs.services.x3config_service with parameters of type ContextModifier and TypeMethodDescriptionvoid
FetchSpaceXmlContentRequest.setContext
(Context value) Sets the value of the context property.void
GetAvailableSkinsRequest.setContext
(Context value) Sets the value of the context property.void
GetAvailableSpacesRequest.setContext
(Context value) Sets the value of the context property.void
GetAvailableWidgetsRequest.setContext
(Context value) Sets the value of the context property.void
GetContentAssistRequest.setContext
(Context value) Sets the value of the context property.void
GetDefaultWorkspaceChangeRequest.setContext
(Context value) Sets the value of the context property.void
GetDefaultWorkspacesRequest.setContext
(Context value) Sets the value of the context property.void
GetDownloadLocationsRequest.setContext
(Context value) Sets the value of the context property.void
GetImportContentSamePropRequest.setContext
(Context value) Sets the value of the context property.void
GetImportContentSameRequest.setContext
(Context value) Sets the value of the context property.void
GetIsWidgetInViewRequest.setContext
(Context value) Sets the value of the context property.void
GetLastUsedObjectRequest.setContext
(Context value) Sets the value of the context property.void
GetLastUsedWorkspaceRequest.setContext
(Context value) Sets the value of the context property.void
GetPortalMenuPositionRequest.setContext
(Context value) Sets the value of the context property.void
GetPortalMenuWidthRequest.setContext
(Context value) Sets the value of the context property.void
GetPortalRowHeightRequest.setContext
(Context value) Sets the value of the context property.void
GetQueryFormIdFromWidgetRequest.setContext
(Context value) Sets the value of the context property.void
GetSkinRequest.setContext
(Context value) Sets the value of the context property.void
GetSpaceRequest.setContext
(Context value) Sets the value of the context property.void
GetUserClientExperienceRequest.setContext
(Context value) Sets the value of the context property.void
GetUserLastSpacesRequest.setContext
(Context value) Sets the value of the context property.void
GetWidgetUrlRequest.setContext
(Context value) Sets the value of the context property.void
GetWorkspaceRestoreRequest.setContext
(Context value) Sets the value of the context property.void
SaveUserLastSpacesRequest.setContext
(Context value) Sets the value of the context property.void
SetDefaultWorkspacesRequest.setContext
(Context value) Sets the value of the context property.void
SetDownloadLocationsRequest.setContext
(Context value) Sets the value of the context property.void
SetImportContentSamePropRequest.setContext
(Context value) Sets the value of the context property.void
SetImportContentSameRequest.setContext
(Context value) Sets the value of the context property.void
SetLastUsedObjectRequest.setContext
(Context value) Sets the value of the context property.void
SetLastUsedWorkspaceRequest.setContext
(Context value) Sets the value of the context property.void
SetPortalMenuPositionRequest.setContext
(Context value) Sets the value of the context property.void
SetPortalMenuWidthRequest.setContext
(Context value) Sets the value of the context property.void
SetPortalRowHeightRequest.setContext
(Context value) Sets the value of the context property.void
SetUserClientExperienceRequest.setContext
(Context value) Sets the value of the context property.void
SetWorkspaceRestoreRequest.setContext
(Context value) Sets the value of the context property. -
Uses of Context in com.emc.d2fs.utils
Methods in com.emc.d2fs.utils with parameters of type ContextModifier and TypeMethodDescriptionstatic void
TimeZoneUtil.updateClientTimeZoneIdForOlderBrowsers
(Context context)