org.obe.client.api.repository
Class XFormMetaData
java.lang.Object
org.obe.client.api.repository.AbstractMetaData
org.obe.client.api.repository.ToolAgentMetaData
org.obe.client.api.repository.XFormMetaData
- All Implemented Interfaces:
- java.io.Serializable
- public final class XFormMetaData
- extends ToolAgentMetaData
Describes a W3C XForms user interface.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Constructor Summary |
XFormMetaData()
|
XFormMetaData(java.lang.String id,
java.lang.String displayName,
java.lang.String description,
java.lang.String docUrl,
java.lang.String author,
java.lang.String template,
boolean file)
|
Methods inherited from class org.obe.client.api.repository.AbstractMetaData |
createInstance, getAuthor, getDescription, getDisplayName, getDocUrl, getId, getThreadsafe, getType, isThreadsafe, setAuthor, setDescription, setDisplayName, setDocUrl, setId, setThreadsafe, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XFormMetaData
public XFormMetaData()
XFormMetaData
public XFormMetaData(java.lang.String id,
java.lang.String displayName,
java.lang.String description,
java.lang.String docUrl,
java.lang.String author,
java.lang.String template,
boolean file)
getTemplate
public java.lang.String getTemplate()
setTemplate
public void setTemplate(java.lang.String template)
isFile
public boolean isFile()
getFile
public boolean getFile()
setFile
public void setFile(boolean file)
getImplClass
protected java.lang.String getImplClass()
- Specified by:
getImplClass
in class AbstractMetaData
getImplCtorSig
protected java.lang.String[] getImplCtorSig()
- Specified by:
getImplCtorSig
in class AbstractMetaData
introspect
public ToolAgentMetaData introspect(ExternalReference extRef,
org.xml.sax.EntityResolver entityResolver)
- Description copied from class:
ToolAgentMetaData
- Introspects a reference to an externally defined tool or service. If the
associated tool agent type can handle the reference, the method returns
the meta-data required to instantiate such a tool agent.
- Specified by:
introspect
in class ToolAgentMetaData
- Parameters:
extRef
- The external tool reference.entityResolver
-
- Returns:
- Configured tool meta-data, or
null
if this tool type
cannot handle this reference.
OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.