Uses of Class
com.emc.d2fs.models.item.DocItems
Packages that use DocItems
Package
Description
-
Uses of DocItems in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that return DocItemsModifier and TypeMethodDescriptionIContentService.getContent(Context context, String id, String contentTypeName, String viewMode, String checkChildren) Get document children as listdefault DocItemsIDetailsService.getDetailContent(Context context, String workflowId, String detailName) IDetailsService.getDetailContent(Context context, String id, String detailName, List<Attribute> parameters) Get detail content of documentIContentService.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 idIContentService.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 listIContentService.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.IContentService.getTasksSearchContent(Context context, String configName, String id, String searchTerm) Create a search using dql to custom search parametersMethods in com.emc.d2fs.interfaces that return types with arguments of type DocItems -
Uses of DocItems in com.emc.d2fs.models.item
Methods in com.emc.d2fs.models.item that return DocItemsMethods in com.emc.d2fs.models.item that return types with arguments of type DocItemsMethods in com.emc.d2fs.models.item with parameters of type DocItems -
Uses of DocItems in com.emc.d2fs.models.search_results
Methods in com.emc.d2fs.models.search_results that return DocItemsModifier and TypeMethodDescriptionSearchResults.getDocItems()Gets the value of the docItems property.Methods in com.emc.d2fs.models.search_results with parameters of type DocItemsModifier and TypeMethodDescriptionvoidSearchResults.setDocItems(DocItems value) Sets the value of the docItems property. -
Uses of DocItems in com.emc.d2fs.services.content_service
Methods in com.emc.d2fs.services.content_service that return DocItemsModifier and TypeMethodDescriptionGetContentResponse.getDocItems()Gets the value of the docItems property.GetDQLContentFromConfigNameResponse.getDocItems()Gets the value of the docItems property.GetDQLContentResponse.getDocItems()Gets the value of the docItems property.GetDynamicContentResponse.getDocItems()Gets the value of the docItems property.GetFacetContentResponse.getDocItems()Gets the value of the docItems property.GetFilteredContentResponse.getDocItems()Gets the value of the docItems property.GetTasksSearchContentResponse.getDocItems()Gets the value of the docItems property.Methods in com.emc.d2fs.services.content_service that return types with arguments of type DocItemsModifier and TypeMethodDescriptionGetMultiContentResponse.getDocItems()Gets the value of the docItems property.Methods in com.emc.d2fs.services.content_service with parameters of type DocItemsModifier and TypeMethodDescriptionvoidGetContentResponse.setDocItems(DocItems value) Sets the value of the docItems property.voidGetDQLContentFromConfigNameResponse.setDocItems(DocItems value) Sets the value of the docItems property.voidGetDQLContentResponse.setDocItems(DocItems value) Sets the value of the docItems property.voidGetDynamicContentResponse.setDocItems(DocItems value) Sets the value of the docItems property.voidGetFacetContentResponse.setDocItems(DocItems value) Sets the value of the docItems property.voidGetFilteredContentResponse.setDocItems(DocItems value) Sets the value of the docItems property.voidGetTasksSearchContentResponse.setDocItems(DocItems value) Sets the value of the docItems property. -
Uses of DocItems in com.emc.d2fs.services.details_service
Methods in com.emc.d2fs.services.details_service that return DocItemsModifier and TypeMethodDescriptionGetDetailContentResponse.getDocItems()Gets the value of the docItems property.Methods in com.emc.d2fs.services.details_service with parameters of type DocItemsModifier and TypeMethodDescriptionvoidGetDetailContentResponse.setDocItems(DocItems value) Sets the value of the docItems property.