Class TransformServiceRegistryImpl.Data

java.lang.Object
org.alfresco.transform.client.registry.TransformCache
org.alfresco.transform.client.registry.TransformServiceRegistryImpl.Data
Direct Known Subclasses:
LocalTransformServiceRegistry.LocalData
Enclosing class:
TransformServiceRegistryImpl

public static class TransformServiceRegistryImpl.Data extends org.alfresco.transform.client.registry.TransformCache
  • Field Summary

    Fields inherited from class org.alfresco.transform.client.registry.TransformCache

    transformCount, transformerCount
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFileCount(int fileCount)
     
    void
    setTEngineCount(int tEngineCount)
     
     

    Methods inherited from class org.alfresco.transform.client.registry.TransformCache

    appendTransform, cache, getCoreVersion, getTransforms, incrementTransformerCount, retrieveCached, retrieveTransforms

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Data

      public Data()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class org.alfresco.transform.client.registry.TransformCache
    • setTEngineCount

      public void setTEngineCount(int tEngineCount)
    • setFileCount

      public void setFileCount(int fileCount)