Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.common.collections.ScopeType

Packages that use ScopeType
org.nuxeo.common.collections Some specific collection classes used by the Nuxeo project. 
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.event.impl Event Service implementation. 
 

Uses of ScopeType in org.nuxeo.common.collections
 

Methods in org.nuxeo.common.collections that return ScopeType
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.
 

Methods in org.nuxeo.common.collections with parameters of type ScopeType
 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.
 

Uses of ScopeType in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api with parameters of type ScopeType
 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.
 

Uses of ScopeType in org.nuxeo.ecm.core.api.impl
 

Methods in org.nuxeo.ecm.core.api.impl with parameters of type ScopeType
 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)
           
 

Uses of ScopeType in org.nuxeo.ecm.core.event.impl
 

Methods in org.nuxeo.ecm.core.event.impl with parameters of type ScopeType
 Serializable ShallowDocumentModel.getContextData(ScopeType scope, String key)
           
 void ShallowDocumentModel.putContextData(ScopeType scope, String key, Serializable value)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.