Class RepositoryEntity<A,​B extends RepositoryEntity<A,​B>>

  • Type Parameters:
    A - The api interface type.
    B - The type of object extending this one.
    All Implemented Interfaces:
    Connectable
    Direct Known Subclasses:
    Document, Repository

    public class RepositoryEntity<A,​B extends RepositoryEntity<A,​B>>
    extends ConnectableEntity<A,​B>
    Since:
    3.0
    • Field Detail

      • repositoryName

        protected java.lang.String repositoryName
    • Constructor Detail

      • RepositoryEntity

        public RepositoryEntity​(java.lang.String entityType,
                                java.lang.Class<A> apiClass)
      • RepositoryEntity

        public RepositoryEntity​(java.lang.String entityType,
                                java.lang.Class<A> apiClass,
                                NuxeoClient nuxeoClient)
    • Method Detail

      • getRepositoryName

        public java.lang.String getRepositoryName()