public abstract class AbstractCreationContainerListProvider extends Object implements CreationContainerListProvider
| Constructor and Description | 
|---|
AbstractCreationContainerListProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
accept(String docType)
Tell whether docType is handled by the provider. 
 | 
boolean | 
equals(Object o)  | 
String[] | 
getDocTypes()
Arrays of the document types accepted by the CreationContainerListProvider instance. 
 | 
String | 
getName()
Unique name of the CreationContainerListProvider. 
 | 
int | 
hashCode()  | 
void | 
setDocTypes(String[] docTypes)  | 
void | 
setName(String name)  | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCreationContainerListpublic AbstractCreationContainerListProvider()
public boolean accept(String docType)
CreationContainerListProvideraccept in interface CreationContainerListProviderdocType - name of the document core typepublic String getName()
CreationContainerListProvidergetName in interface CreationContainerListProviderpublic void setName(String name)
setName in interface CreationContainerListProviderpublic String[] getDocTypes()
CreationContainerListProvidergetDocTypes in interface CreationContainerListProviderpublic void setDocTypes(String[] docTypes)
setDocTypes in interface CreationContainerListProviderCopyright © 2019 Nuxeo. All rights reserved.