Class NuxeoPropertyDataBase.NuxeoPropertyIntegerDataFixed

  • All Implemented Interfaces:
    org.apache.chemistry.opencmis.commons.data.ExtensionsData, org.apache.chemistry.opencmis.commons.data.PropertyData<BigInteger>, org.apache.chemistry.opencmis.commons.data.PropertyInteger
    Enclosing class:
    NuxeoPropertyDataBase<T>

    public static class NuxeoPropertyDataBase.NuxeoPropertyIntegerDataFixed
    extends NuxeoPropertyDataBase.NuxeoPropertyDataFixed<BigInteger>
    implements org.apache.chemistry.opencmis.commons.data.PropertyInteger
    A fixed Integer property.
    • Constructor Detail

      • NuxeoPropertyIntegerDataFixed

        protected NuxeoPropertyIntegerDataFixed​(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<BigInteger> propertyDefinition,
                                                Long value)