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) |
getClass, notify, notifyAll, toString, wait, wait, wait
getCreationContainerList
public AbstractCreationContainerListProvider()
public boolean accept(String docType)
CreationContainerListProvider
accept
in interface CreationContainerListProvider
docType
- name of the document core typepublic String getName()
CreationContainerListProvider
getName
in interface CreationContainerListProvider
public void setName(String name)
setName
in interface CreationContainerListProvider
public String[] getDocTypes()
CreationContainerListProvider
getDocTypes
in interface CreationContainerListProvider
public void setDocTypes(String[] docTypes)
setDocTypes
in interface CreationContainerListProvider
Copyright © 2015 Nuxeo SA. All rights reserved.