public class WorkflowSchemaService extends Object implements Service
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CONF_EXT_SCHEMAS  | 
static String | 
CONF_PREFIX  | 
DEFAULT_LOCK_TIMEOUT, lockTimeout| Constructor and Description | 
|---|
WorkflowSchemaService()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public static final String CONF_PREFIX
public static final String CONF_EXT_SCHEMAS
public WorkflowSchemaService()
public void init(Services services) throws ServiceException
init in interface Serviceservices - services instance.ServiceException - thrown if the service could not be initialized.public Class<? extends Service> getInterface()
getInterface in interface ServiceWorkflowSchemaService.Copyright © 2016 Apache Software Foundation. All rights reserved.