|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Template
Field Summary | |
---|---|
static int |
TEMPLATE_ACTION_DISCOVER
|
static int |
TEMPLATE_ACTION_IGNORE
|
static int[] |
TEMPLATE_ACTIONS
|
static java.lang.String |
TYPE_COMPUTERSYSTEM
|
static java.lang.String |
TYPE_DATABASE
|
static java.lang.String |
TYPE_J2EE_SERVER
|
static java.lang.String[] |
TYPE_LIST_SOFTWARE
|
static java.lang.String[] |
TYPE_LIST_SYSTEM
|
static java.lang.String |
TYPE_OTHER_SERVER
|
static java.lang.String |
TYPE_WEB_SERVER
|
Method Summary | |
---|---|
int |
getAction()
|
boolean |
getEnabled()
|
FileCapture[] |
getFileCaptureList()
Return a list of FileCapture objects |
FilterSet |
getFilterSet()
Return the filter Set |
java.lang.String |
getIconName()
|
int |
getIndex()
Get the index |
boolean |
getInternal()
Get if the template is an internal one |
java.lang.String |
getName()
Get the name of this template |
int |
getOrder()
|
java.lang.String |
getSeedClass()
|
int |
getSource()
|
java.lang.String |
getTemplateActionClass()
Return a Template Match Action Class Name that will specify an action when a template is matched |
java.lang.String |
getType()
Get the type of this template |
boolean |
hasAction()
|
boolean |
hasEnabled()
|
boolean |
hasFileCaptureList()
|
boolean |
hasFilterSet()
|
boolean |
hasIconName()
|
boolean |
hasIndex()
|
boolean |
hasInternal()
|
boolean |
hasName()
|
boolean |
hasOrder()
|
boolean |
hasSeedClass()
|
boolean |
hasSource()
|
boolean |
hasTemplateActionClass()
|
boolean |
hasType()
|
void |
setAction(int action)
|
void |
setEnabled(boolean enabled)
|
void |
setFileCaptureList(FileCapture[] cflist)
Set the Files to be captured |
void |
setFilterSet(FilterSet filterSet)
Set the filter Set |
void |
setIconName(java.lang.String string)
|
void |
setIndex(int index)
Set the ordering of processing |
void |
setInternal(boolean b)
Set the internal flag |
void |
setName(java.lang.String Name)
Set the Name of this template |
void |
setOrder(int order)
Sets the order. |
void |
setSeedClass(java.lang.String cls)
Sets the seed class. |
void |
setSource(int source)
Sets the source. |
void |
setTemplateActionClass(java.lang.String actionClass)
Set the Action associated with the match of this template |
void |
setType(java.lang.String type)
Set the type of this template |
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 |
Field Detail |
---|
static final java.lang.String TYPE_WEB_SERVER
static final java.lang.String TYPE_J2EE_SERVER
static final java.lang.String TYPE_DATABASE
static final java.lang.String TYPE_OTHER_SERVER
static final java.lang.String TYPE_COMPUTERSYSTEM
static final java.lang.String[] TYPE_LIST_SOFTWARE
static final java.lang.String[] TYPE_LIST_SYSTEM
static final int TEMPLATE_ACTION_IGNORE
static final int TEMPLATE_ACTION_DISCOVER
static final int[] TEMPLATE_ACTIONS
Method Detail |
---|
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String Name)
Name
- boolean hasName()
java.lang.String getType() throws AttributeNotSetException
AttributeNotSetException
void setType(java.lang.String type)
type
- boolean hasType()
boolean getInternal() throws AttributeNotSetException
AttributeNotSetException
void setInternal(boolean b)
b
- boolean hasInternal()
FilterSet getFilterSet() throws AttributeNotSetException
AttributeNotSetException
void setFilterSet(FilterSet filterSet)
filterSet
- boolean hasFilterSet()
int getIndex() throws AttributeNotSetException
AttributeNotSetException
void setIndex(int index)
index
- boolean hasIndex()
int getOrder() throws AttributeNotSetException
AttributeNotSetException
void setOrder(int order)
order
- The order to setboolean hasOrder()
FileCapture[] getFileCaptureList() throws AttributeNotSetException
AttributeNotSetException
void setFileCaptureList(FileCapture[] cflist)
cflist
- boolean hasFileCaptureList()
boolean getEnabled() throws AttributeNotSetException
AttributeNotSetException
void setEnabled(boolean enabled)
boolean hasEnabled()
int getAction() throws AttributeNotSetException
AttributeNotSetException
void setAction(int action)
action
- Sets the actionboolean hasAction()
java.lang.String getIconName() throws AttributeNotSetException
AttributeNotSetException
void setIconName(java.lang.String string)
string
- boolean hasIconName()
int getSource() throws AttributeNotSetException
AttributeNotSetException
void setSource(int source)
source
- The source to setboolean hasSource()
java.lang.String getSeedClass() throws AttributeNotSetException
AttributeNotSetException
void setSeedClass(java.lang.String cls)
cls
- The seed class to setboolean hasSeedClass()
java.lang.String getTemplateActionClass() throws AttributeNotSetException
AttributeNotSetException
void setTemplateActionClass(java.lang.String actionClass)
actionClass
- boolean hasTemplateActionClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |