Class CmisProperties

java.lang.Object
org.alfresco.cmis.CmisProperties

@Configuration @PropertySource("classpath:default.properties") @PropertySource(value="classpath:${environment}.properties",ignoreResourceNotFound=true) public class CmisProperties extends Object
  • Constructor Details

    • CmisProperties

      public CmisProperties()
  • Method Details

    • envProperty

      public org.alfresco.utility.TasProperties envProperty()
    • aisProperty

      public org.alfresco.utility.TasAisProperties aisProperty()
    • propertySourcesPlaceholderConfigurer

      @Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
    • getCmisBinding

      public String getCmisBinding()
    • getBasePath

      public String getBasePath()
    • setBasePath

      public void setBasePath(String basePath)
    • setCmisBinding

      public void setCmisBinding(String cmisBinding)