Interface WorkflowsTypeFacade

  • All Known Implementing Classes:
    DefaultWorkflowsTypeFacade

    public interface WorkflowsTypeFacade
    Defines available attachments types and allows operation on attachments.
    • Method Detail

      • getSupportedAttachmentClassNames

        java.util.List<java.lang.String> getSupportedAttachmentClassNames()
        Based on configuration returns supported attachment classes names for current user.
        Returns:
        list of attachments class names.
      • getAllAttachmentClassNames

        java.util.List<java.lang.String> getAllAttachmentClassNames()
        Based on configuration returns all supported attachment class names as opposed to getSupportedAttachmentClassNames()
        Returns:
        list of attachments class names.
      • getSupportedAttachmentTypeCodes

        java.util.List<java.lang.String> getSupportedAttachmentTypeCodes()
        Based on configuration returns supported type codes for current user.
        Returns:
        list of type codes.
      • getSupportedAttachmentTypes

        java.util.List<ComposedTypeModel> getSupportedAttachmentTypes()
        Based on configuration returns supported ComposedTypes for current user.
        Returns:
        list of ComposedTypes