|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.service.WorkflowSchemaService
public class WorkflowSchemaService
Service that loads Oozie workflow definition schema and registered extension schemas.
Field Summary | |
---|---|
static String |
CONF_EXT_SCHEMAS
|
static String |
CONF_PREFIX
|
Constructor Summary | |
---|---|
WorkflowSchemaService()
|
Method Summary | |
---|---|
void |
destroy()
Destroy the service. |
Class<? extends Service> |
getInterface()
Return the public interface of the service. |
Schema |
getSchema()
Return the schema for XML validation of application definitions. |
void |
init(Services services)
Initialize the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CONF_PREFIX
public static final String CONF_EXT_SCHEMAS
Constructor Detail |
---|
public WorkflowSchemaService()
Method Detail |
---|
public void init(Services services) throws ServiceException
init
in interface Service
services
- services instance.
ServiceException
- thrown if the service could not be initialized.public Class<? extends Service> getInterface()
getInterface
in interface Service
WorkflowSchemaService
.public void destroy()
destroy
in interface Service
public Schema getSchema()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |