Class NuxeoPropertyData.NuxeoPropertyIntegerData

  • 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:
    NuxeoPropertyData<T>

    public static class NuxeoPropertyData.NuxeoPropertyIntegerData
    extends NuxeoPropertyData<BigInteger>
    implements org.apache.chemistry.opencmis.commons.data.PropertyInteger
    • Constructor Detail

      • NuxeoPropertyIntegerData

        public NuxeoPropertyIntegerData​(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<BigInteger> propertyDefinition,
                                        DocumentModel doc,
                                        String name,
                                        boolean readOnly,
                                        org.apache.chemistry.opencmis.commons.server.CallContext callContext)