Uses of Class
com.emc.d2fs.models.node.Node
Packages that use Node
Package
Description
-
Uses of Node in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that return NodeModifier and TypeMethodDescriptionIBrowserService.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 contentIBrowserService.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.IBrowserService.getTreeContent
(Context context, String id, String contentTypeName, String checkChildren, List<Attribute> attributes) Get document children as tree contentIVDContentService.getVDContent
(Context context, String id, List<Attribute> options) Get tree content of virtual documentISearchService.saveSearch
(Context context, List<Attribute> attributes) Save the searchMethods in com.emc.d2fs.interfaces that return types with arguments of type NodeModifier and TypeMethodDescriptionIDistributionService.getDistributionContent
(Context context, List<Attribute> attributes) Get the list of distributions for he user define in the context.IWorkflowContentService.getTaskAttachmentDetails
(Context context, String id) IWorkflowContentService.getWorkflowContent
(Context context, String id) Get document's workflow contents as list ofNode
IWorkflowContentService.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) -
Uses of Node in com.emc.d2fs.models.node
Methods in com.emc.d2fs.models.node that return NodeMethods in com.emc.d2fs.models.node that return types with arguments of type NodeModifier and TypeMethodDescriptionObjectFactory.createNodes
(Node value) Node.getNodes()
Gets the value of the nodes property.Methods in com.emc.d2fs.models.node with parameters of type Node -
Uses of Node in com.emc.d2fs.models.search_results
Methods in com.emc.d2fs.models.search_results that return NodeModifier and TypeMethodDescriptionSearchResults.getFacetNode()
Gets the value of the facetNode property.Methods in com.emc.d2fs.models.search_results with parameters of type NodeModifier and TypeMethodDescriptionvoid
SearchResults.setFacetNode
(Node value) Sets the value of the facetNode property. -
Uses of Node in com.emc.d2fs.models.taxonomy_operation
Methods in com.emc.d2fs.models.taxonomy_operation that return types with arguments of type Node -
Uses of Node in com.emc.d2fs.services.browser_service
Methods in com.emc.d2fs.services.browser_service that return NodeModifier and TypeMethodDescriptionGetBrowserContentResponse.getNode()
Gets the value of the node property.GetBrowserFacetContentResponse.getNode()
Gets the value of the node property.GetFilteredBrowserContentResponse.getNode()
Gets the value of the node property.GetTreeContentResponse.getNode()
Gets the value of the node property.Methods in com.emc.d2fs.services.browser_service with parameters of type NodeModifier and TypeMethodDescriptionvoid
Sets the value of the node property.void
Sets the value of the node property.void
Sets the value of the node property.void
Sets the value of the node property. -
Uses of Node in com.emc.d2fs.services.distribution_service
Methods in com.emc.d2fs.services.distribution_service that return types with arguments of type Node -
Uses of Node in com.emc.d2fs.services.search_service
Methods in com.emc.d2fs.services.search_service that return NodeModifier and TypeMethodDescriptionSaveSearchResponse.getNode()
Gets the value of the node property.Methods in com.emc.d2fs.services.search_service with parameters of type Node -
Uses of Node in com.emc.d2fs.services.vdcontent_service
Methods in com.emc.d2fs.services.vdcontent_service that return NodeModifier and TypeMethodDescriptionGetVDContentResponse.getNode()
Gets the value of the node property.Methods in com.emc.d2fs.services.vdcontent_service with parameters of type Node -
Uses of Node in com.emc.d2fs.services.workflowcontent_service
Methods in com.emc.d2fs.services.workflowcontent_service that return types with arguments of type Node -
Uses of Node in com.emc.d2fs.utils
Methods in com.emc.d2fs.utils that return NodeModifier and TypeMethodDescriptionstatic Node
NodeUtils.appendChildNode
(Node parent, String name) Append a child nodestatic Node
NodeUtils.getRootDialog()
Get a dialog nodestatic Node
NodeUtils.getRootFailure
(Throwable e) Get a failure node from exceptionstatic Node
NodeUtils.getRootSuccess()
Get a success nodeMethods in com.emc.d2fs.utils with parameters of type NodeModifier and TypeMethodDescriptionvoid
Parameters.addParameters
(Node node) Add parameters from node Attributesstatic Node
NodeUtils.appendChildNode
(Node parent, String name) Append a child nodestatic String
NodeUtils.getAttribute
(Node node, String name) Get a node attributestatic void
NodeUtils.setAttribute
(Node node, String name, boolean value) Set a node attributestatic void
NodeUtils.setAttribute
(Node node, String name, int value) Set a node attributestatic void
NodeUtils.setAttribute
(Node node, String name, String value) Set a node attribute