public abstract class BusinessAdapter extends Object
Modifier and Type | Field and Description |
---|---|
protected DocumentModel |
doc |
protected String |
id |
protected String |
type |
Constructor and Description |
---|
BusinessAdapter()
Default constructor called by jackson
|
BusinessAdapter(DocumentModel document) |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
getDocument() |
String |
getId() |
String |
getType() |
void |
save(CoreSession session) |
protected transient DocumentModel doc
public BusinessAdapter()
public BusinessAdapter(DocumentModel document)
public void save(CoreSession session)
public DocumentModel getDocument()
Copyright © 2015 Nuxeo SA. All rights reserved.