|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.contentmanager.plugin.delegates.Delegate
org.gcube.contentmanagement.contentmanager.plugin.delegates.FactoryDelegate
org.gcube.contentmanagement.contentmanager.plugin.defaultplugin.DefaultFactory
public class DefaultFactory
Constructor Summary | |
---|---|
DefaultFactory()
|
Method Summary | |
---|---|
java.util.List<? extends Collection> |
create(org.w3c.dom.Element parameters)
Invoked by the service to create one or more collections from given creation parameters. |
Methods inherited from class org.gcube.contentmanagement.contentmanager.plugin.delegates.Delegate |
---|
getScopeManager, getSecurityManager, setResource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultFactory()
Method Detail |
---|
public java.util.List<? extends Collection> create(org.w3c.dom.Element parameters)
Subclasses are expected to validate parameters and return collections as soon as the
their identifiers can be found in, or computed from, the creation parameters.
Collection-specific staging processes ought to be performed
during the initialisation of the collection (cf. Collection#initialise(Element)
), if and when the service
requires it.
create
in class FactoryDelegate
parameters
- the parameters, served as an Element
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |