Package | Description |
---|---|
org.nuxeo.common.collections |
Some specific collection classes used by the Nuxeo project.
|
org.nuxeo.ecm.core.api | |
org.nuxeo.ecm.core.api.impl | |
org.nuxeo.ecm.core.event.impl |
Event Service implementation.
|
Modifier and Type | Method and Description |
---|---|
static ScopeType |
ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeType[] |
ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScopedMap.clearScope(ScopeType scopeType)
Removes all mappings for given scope.
|
Serializable |
ScopedMap.getScopedValue(ScopeType scope,
String key)
Gets value for given scope and given key.
|
Map<String,Serializable> |
ScopedMap.getScopeValues(ScopeType scopeType)
Creates a Map with entries from specified scope.
|
void |
ScopedMap.putScopedValue(ScopeType scope,
String key,
Serializable value)
Sets value for given scope and given key.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
DocumentModel.getContextData(ScopeType scope,
String key)
Gets the context data associated to this document for given scope and given key.
|
void |
DocumentModel.putContextData(ScopeType scope,
String key,
Serializable value)
Adds mapping to the context data for given scope.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
SimpleDocumentModel.getContextData(ScopeType scope,
String key) |
Serializable |
DocumentModelImpl.getContextData(ScopeType scope,
String key) |
void |
SimpleDocumentModel.putContextData(ScopeType scope,
String key,
Serializable value) |
void |
DocumentModelImpl.putContextData(ScopeType scope,
String key,
Serializable value) |
Modifier and Type | Method and Description |
---|---|
Serializable |
ShallowDocumentModel.getContextData(ScopeType scope,
String key) |
void |
ShallowDocumentModel.putContextData(ScopeType scope,
String key,
Serializable value) |
Copyright © 2016 Nuxeo SA. All rights reserved.