+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.model.controller.context
Interface MetaDataCopyCreationContext<T extends MetaDataProvider>

All Superinterfaces:
CopyCreationContext<T>, CreationContext
public interface MetaDataCopyCreationContext<T extends MetaDataProvider>
extends CopyCreationContext<T>

Creation context for copying the meta data of a node.

Since:
6.1.0.1

Method Summary
 java.util.List<java.lang.String> getProtectedNamesToCopy()
          Return a list of meta data names (aka keys) which are not exposed through MetaData.getNames() but only through explicit calls on MetaData.getValue(String).
 
Methods inherited from interface com.ibm.portal.model.controller.context.CopyCreationContext
getNode
 

Method Detail

getProtectedNamesToCopy

java.util.List<java.lang.String> getProtectedNamesToCopy()
Returns a list of meta data names (aka keys) which are not exposed through MetaData.getNames() but only through explicit calls on MetaData.getValue(String). By default all names starting with com.ibm.portal are not exposed in the list of meta data names.

Returns:
The list of protected names which have to be copied.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD