|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UniversalDataAgentConfiguration
Configuration for a UniversalDataSensor
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.Configuration |
---|
OPER_ACCEPTED, OPER_NEW, OPER_REJECTED |
Method Summary | |
---|---|
java.lang.String |
getFileDelimiter()
It defines the delimiter by which the contents in the file are separated |
java.lang.String |
getLocalFileName()
If defined, the name of a local file that will be used to pass the result of the transform This avoid passing the data through the space, which can be faster for large datasets |
java.lang.String |
getMatchTag()
|
java.lang.String |
getParserClassName()
The class of the parser that will be used to convert raw text into XML If not set then the input is assumed to be XML and is just copied to the output |
java.lang.String |
getParserParameters()
The parameters passed the parser that will be used to convert raw text into XML These parameters are a string that can be interpreted by the parser. |
java.lang.String |
getXSL()
The XSL transform that will create ModelObject XML from the XML output by the parser If not set then the XML coming from the parser stage is already assumed to be ModelObject XML |
java.lang.String |
getXSLFileName()
A file that contains the XSL transform. |
boolean |
hasFileDelimiter()
|
boolean |
hasLocalFileName()
|
boolean |
hasMatchTag()
|
boolean |
hasParserClassName()
|
boolean |
hasParserParameters()
|
boolean |
hasXSL()
|
boolean |
hasXSLFileName()
|
void |
setFileDelimiter(java.lang.String delimiter)
|
void |
setLocalFileName(java.lang.String filename)
|
void |
setMatchTag(java.lang.String tag)
|
void |
setParserClassName(java.lang.String className)
|
void |
setParserParameters(java.lang.String params)
|
void |
setXSL(java.lang.String xsl)
|
void |
setXSLFileName(java.lang.String filename)
|
Methods inherited from interface com.collation.platform.model.discovery.agent.AgentConfiguration |
---|
getAgentClassName, getBidiConfigFlag, getBidiConfigFormat, getBidiProfile, getClassPath, getObjectVersion, getOriginalName, getScopeSetName, getSeedClassName, getTemplateClassName, hasAgentClassName, hasBidiConfigFlag, hasBidiConfigFormat, hasBidiProfile, hasClassPath, hasObjectVersion, hasOriginalName, hasScopeSetName, hasSeedClassName, hasTemplateClassName, setAgentClassName, setBidiConfigFlag, setBidiConfigFormat, setBidiProfile, setClassPath, setObjectVersion, setOriginalName, setScopeSetName, setSeedClassName, setTemplateClassName |
Methods inherited from interface com.collation.platform.model.Configuration |
---|
getEnabled, getFamilyName, getMssGuid, getName, getOperationalStatus, getRejectionReason, hasEnabled, hasFamilyName, hasMssGuid, hasName, hasOperationalStatus, hasRejectionReason, setEnabled, setFamilyName, setMssGuid, setName, setOperationalStatus, setRejectionReason |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Method Detail |
---|
java.lang.String getMatchTag() throws AttributeNotSetException
AttributeNotSetException
void setMatchTag(java.lang.String tag)
boolean hasMatchTag()
java.lang.String getParserClassName() throws AttributeNotSetException
AttributeNotSetException
void setParserClassName(java.lang.String className)
boolean hasParserClassName()
java.lang.String getParserParameters() throws AttributeNotSetException
AttributeNotSetException
- Indicate to persistence that field is > 255void setParserParameters(java.lang.String params)
boolean hasParserParameters()
java.lang.String getXSL() throws AttributeNotSetException
AttributeNotSetException
- Indicate to persistence that field is > 255void setXSL(java.lang.String xsl)
boolean hasXSL()
java.lang.String getXSLFileName() throws AttributeNotSetException
AttributeNotSetException
void setXSLFileName(java.lang.String filename)
boolean hasXSLFileName()
java.lang.String getLocalFileName() throws AttributeNotSetException
AttributeNotSetException
void setLocalFileName(java.lang.String filename)
boolean hasLocalFileName()
java.lang.String getFileDelimiter() throws AttributeNotSetException
AttributeNotSetException
void setFileDelimiter(java.lang.String delimiter)
boolean hasFileDelimiter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |