Class CmisFetcherConfig


public class CmisFetcherConfig extends BaseAuthNioFetcherConfig

Configuration for CmisFetcher.

  • Constructor Details

    • CmisFetcherConfig

      public CmisFetcherConfig()
  • Method Details

    • getRepositoryId

      public String getRepositoryId()
      The CMIS repository ID. Defaults to first one found.
    • getXmlTargetField

      public String getXmlTargetField()
      The name of the field where the raw XML obtained from the CMIS REST API will be stored. Defaults to null (does not store the raw XML in a field).
    • isAclDisabled

      public boolean isAclDisabled()
    • setRepositoryId

      public CmisFetcherConfig setRepositoryId(String repositoryId)
      The CMIS repository ID. Defaults to first one found.
      Returns:
      this.
    • setXmlTargetField

      public CmisFetcherConfig setXmlTargetField(String xmlTargetField)
      The name of the field where the raw XML obtained from the CMIS REST API will be stored. Defaults to null (does not store the raw XML in a field).
      Returns:
      this.
    • setAclDisabled

      public CmisFetcherConfig setAclDisabled(boolean aclDisabled)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class BaseAuthNioFetcherConfig
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class BaseAuthNioFetcherConfig
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class BaseAuthNioFetcherConfig
    • toString

      public String toString()
      Overrides:
      toString in class BaseAuthNioFetcherConfig