Uses of Class
com.emc.d2fs.exceptions.D2fsException
Packages that use D2fsException
-
Uses of D2fsException in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that throw D2fsExceptionModifier and TypeMethodDescriptionApply 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
IMassUpdateService.canDisplayModeDialog
(Context context, String id, String configName) Determine if mode dialog needs to be displayedID2LifeCycleService.changeStateOnEvent
(Context context, String docId, String targetState, String event) Change lifecycle state on event handleIValidationService.checkAttributesConstraints
(Context context, String objectId, List<Attribute> attributes) Check attributes constraintsIValidationService.checkObjectConstraints
(Context context, String objectId) Check document constraintsboolean
IValidationService.checkUniqueness
(Context context, String objectId, String configurationName) Check uniqueness configuration for specified documentGet 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 relationIMethodService.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.ID2LifeCycleService.getChangeStateSignoffParameters
(Context context, String docId, String targetState) Return the signoff parameters for a target stateIMassUpdateService.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.ILinkService.getLinkStates
(Context context, String objectId, String versionLabel) Get link statesIVDTemplateService.getTemplates
(Context context, String id) Get all available templates fro specified virtual documentvoid
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.boolean
IAuditService.isEventAudited
(Context context, String objectId, String auditName) Check if an event is auditedboolean
ITemplateService.isNoContentAuthorized
(Context context, String id) Check if document without content is authorizedboolean
IAuditService.isPropertyAudited
(Context context, String objectId, String auditName) Check if a document property is auditedIMassUpdateService.listConfigurations
(Context context, String objectId) Get all available configurations for specified documentvoid
ILinkService.modifyLink
(Context context, String objectId, String versionLabel, List<Attribute> attributes) Modify linkID2LifeCycleService.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 documentIDictionaryService.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 elementIPdfRenderService.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
ITemplateService.setTemplate
(Context context, String id, String templateName) Set template to documentboolean
IVDTemplateService.setTemplate
(Context context, String id, String templateName) Set template to virtual documentID2LifeCycleService.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 result