Modifier and Type | Method and Description |
---|---|
boolean |
DataModel.isDirty(String name)
Deprecated.
Tests whether or not the specified field from this data model is dirty.
|
void |
DataModel.setDirty(String name)
Deprecated.
Marks the specified field from this data model as dirty.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleDocumentModel.SimpleDataModel.isDirty(String name)
Deprecated.
|
boolean |
DataModelImpl.isDirty(String name) |
void |
SimpleDocumentModel.SimpleDataModel.setDirty(String name)
Deprecated.
|
void |
DataModelImpl.setDirty(String name) |
Modifier and Type | Method and Description |
---|---|
Property |
Property.get(int index)
Get the child property given it's index.
|
Property |
Property.get(String name)
Gets the child property having the given name.
|
Property |
Property.resolvePath(Path path)
Resolves the given path relative to the current property and return the property if any is found otherwise throws
an exception.
|
Property |
Property.resolvePath(String path)
Same as
Property.resolvePath(Path) but with a string path as argument. |
Modifier and Type | Method and Description |
---|---|
Property |
ComplexProperty.get(String name) |
Property |
AbstractProperty.resolvePath(Path path) |
Property |
AbstractProperty.resolvePath(String path) |
Modifier and Type | Method and Description |
---|---|
protected void |
BlobProperty.setMemberValue(Blob blob,
String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
UIDGeneratorService.setUID(DocumentModel doc)
Creates a new UID for the given doc and sets the field configured in the generator component with this value.
|
void |
UIDGeneratorComponent.setUID(DocumentModel doc)
Creates a new UID for the given doc and sets the field configured in the generator component with this value.
|
void |
UIDGenerator.setUID(DocumentModel document)
Creates a new UID for the given doc and sets the field configured in the generator component with this value.
|
void |
AbstractUIDGenerator.setUID(DocumentModel document) |
Copyright © 2016 Nuxeo SA. All rights reserved.