Modifier and Type | Method and Description |
---|---|
DocumentProperty[] |
NuxeoRemoting.getDocumentNoBlobProperties(String sid,
String uuid)
Same as
NuxeoRemoting.getDocumentProperties(String, String) but skips blobs. |
DocumentProperty[] |
NuxeoRemoting.getDocumentProperties(String sid,
String uuid)
Returns the document properties.
|
DocumentProperty[] |
DocumentSnapshot.getNoBlobProperties() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSnapshot.setNoBlobProperties(DocumentProperty[] noBlobProperties) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentLoader.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
Constructor and Description |
---|
DocumentSnapshot(DocumentProperty[] noBlobProperties,
DocumentBlob[] blobProperties,
String pathAsString,
WsACE[] acl) |
Modifier and Type | Method and Description |
---|---|
DocumentProperty[] |
WSIndexingGatewayBean.getDocumentNoBlobProperties(String sid,
String uuid) |
DocumentProperty[] |
WSIndexingGatewayBean.getDocumentProperties(String sid,
String uuid) |
Modifier and Type | Method and Description |
---|---|
void |
TagsLoader.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
Modifier and Type | Method and Description |
---|---|
protected DocumentProperty[] |
NuxeoRemotingBean.getDocumentNoBlobProperties(DocumentModel doc,
WSRemotingSession rs) |
DocumentProperty[] |
NuxeoRemotingBean.getDocumentNoBlobProperties(String sid,
String uuid) |
DocumentProperty[] |
NuxeoRemotingBean.getDocumentProperties(String sid,
String uuid) |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentSchemaLoader.collectNoBlobProperty(String prefix,
String name,
Object value,
List<DocumentProperty> props) |
protected void |
NuxeoRemotingBean.collectProperty(String prefix,
String name,
Object value,
List<DocumentProperty> props) |
protected void |
DocumentSchemaLoader.collectProperty(String prefix,
String name,
Object value,
List<DocumentProperty> props) |
void |
DocumentStateLoader.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
void |
DocumentSchemaLoader.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
Modifier and Type | Method and Description |
---|---|
void |
WSRemotingSessionManagerImpl.fillProperties(DocumentModel doc,
List<DocumentProperty> props,
WSRemotingSession rs) |
Copyright © 2018 Nuxeo. All rights reserved.