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 statebooleanIAuditService.applyAuditMessages(Context context, String objectId, String auditName, List<String> messages) Apply audit messages to documentvoidIApplyConfigService.applyConfig(Context context, String objectId, boolean acl, boolean autolink, boolean naming) Apply security, autolink and autonaming configurations to a documentvoidIMassUpdateService.applyConfigurations(Context context, String name, List<String> objectIds, List<Attribute> attributes) Apply configuration to multiple documentsbooleanIMassUpdateService.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 constraintsbooleanIValidationService.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 documentvoidIDictionaryService.importDictionary(Context context, String dictionaryName, String format, String separator, DataHandler file) Import dictionary into docbase -- Use getImportDictionaryUrl() when using SOAP.voidITaxonomyService.importTaxonomy(Context context, String taxonomyName, String format, String separator, DataHandler file) Import taxonomy into docbase -- Use getImportTaxonomyUrl() when using SOAP.booleanIAuditService.isEventAudited(Context context, String objectId, String auditName) Check if an event is auditedbooleanITemplateService.isNoContentAuthorized(Context context, String id) Check if document without content is authorizedbooleanIAuditService.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 documentvoidILinkService.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 rendervoidICacheService.refreshDictionaryCache(Context context, String name, boolean refreshAll) Refresh cache data for dictionaryvoidICacheService.refreshTaxomomyCache(Context context, String name, boolean refreshAll) Refresh cache data for taxonomybooleanITemplateService.setTemplate(Context context, String id, String templateName) Set template to documentbooleanIVDTemplateService.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