Uses of Class
de.xima.fc.workflow.GetAvailableResourcesParams.Builder
Packages that use GetAvailableResourcesParams.Builder
-
Uses of GetAvailableResourcesParams.Builder in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return GetAvailableResourcesParams.BuilderModifier and TypeMethodDescriptionGetAvailableResourcesParams.builder()Creates a new builder for configuring aGetAvailableResourcesParamsinstance.GetAvailableResourcesParams.Builder.contentType(String contentType) Sets the content types to which to limit the search.GetAvailableResourcesParams.Builder.contentTypes(String... contentTypes) Sets the content types to which to limit the search.GetAvailableResourcesParams.Builder.contentTypes(Set<String> contentTypes) Sets the content types to which to limit the search.Sets the file extension to which to limit the search.GetAvailableResourcesParams.Builder.extensions(String... extensions) Sets the file extension to which to limit the search.GetAvailableResourcesParams.Builder.extensions(Set<String> extensions) Sets the file extension to which to limit the search.GetAvailableResourcesParams.Builder.includeAttachmentSearch(boolean includeAttachmentSearch) Whether to include attachments from an attachment file name search, i.e.GetAvailableResourcesParams.Builder.includeClientFile(boolean includeClientFile) Whether to include client files, i.e.GetAvailableResourcesParams.Builder.includeExternal(boolean includeExternal) Whether to include external files, i.e.GetAvailableResourcesParams.Builder.includeFiredTrigger(boolean includeFiredTrigger) Whether to include attachments from fired triggers, i.e.GetAvailableResourcesParams.Builder.includeFormFile(boolean includeFormFile) Whether to include attachments from form files, i.e.GetAvailableResourcesParams.Builder.includePreviousNode(boolean includePreviousNode) Whether to include attachments from previously executed workflow nodes, i.e.GetAvailableResourcesParams.Builder.includeUpload(boolean includeUpload) Whether to include attachments from upload elements, i.e.