Package com.webmethods.portal.mech
Interface IMechanicsData
- All Superinterfaces:
Cloneable
,ICacheObjectListener
,IComponentData
,ISortInfo
,IThing
,IThingBaseInfo
,IThingBaseView
,IThingComponentData
,IThingDateInfo
,IThingDateView
,IThingIDBase
,IThingInfo
,IThingInfoView
,IThingKeywordsInfo
,IThingNameInfo
,IThingNameView
,IThingNoteInfo
,IThingParentInfo
,IThingParentView
,Serializable
MechanicsData dbo interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.webmethods.portal.service.meta2.thing.IThingNameInfo
IThingNameInfo.INameAtom
-
Field Summary
Fields inherited from interface com.webmethods.portal.service.meta2.thing.IThing
INVALID_ID
Fields inherited from interface com.webmethods.portal.service.meta2.thing.IThingBaseInfo
ACL_CAPABILITY, ACL_FREE, ACL_LEVEL_0, ACL_LEVEL_1, ACL_LEVEL_2, ACL_NORMAL, AUTH_LEVEL_ANONYMOUS, AUTH_LEVEL_BASIC, AUTH_LEVEL_DEFAULT, AUTH_LEVEL_FULL_ACCESS, AUTH_LEVEL_NTLM
Fields inherited from interface com.webmethods.portal.service.meta2.storage.IThingComponentData
COMPONENTCLASSNAME
-
Method Summary
Modifier and TypeMethodDescriptionGets the classname for theIComponent
which can be used in calls toObjectUtil.createObject(java.lang.String)
.GetconfigFile
attribute value.boolean
Gets whether thisIComponent
is enabled or not.getType()
void
setComponentClassName
(String value) Sets the implementation class name for theIComponent
.void
setComponentClassNameValue
(String value) void
setConfigFile
(String value) Set the value ofconfigFile
void
setConfigFileValue
(String value) void
setEnabled
(boolean value) Sets whether thisIComponent
is enabledvoid
setEnabledValue
(boolean value) void
void
setTypeValue
(String value) Methods inherited from interface com.webmethods.portal.service.cache.ICacheObjectListener
evictCallback, refreshCallback
Methods inherited from interface com.webmethods.portal.system.IComponentData
getComponent, getConfig, getConfigStream, getProperties, getURI, setComponent, setConfig, setConfigStream, setProperties
Methods inherited from interface com.webmethods.portal.service.meta2.storage.ISortInfo
getSortID, putSortInfo, setSortID
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThing
addToContainer, copy, deactivate, deactivate, delete, delete, destroy, getThingID, getTreePath, getVersionInfo, hashCode, loadThings, onLoad, onSave, reactivate, relate, removeFromContainer, setProperties, setXTypeID, unrelate
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingBaseInfo
putIsVersioned, putState, putThingInfo, setThingInfo
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingBaseView
getAuthLevel, getIsVersioned, getOwnerID, getState, getStyleID
Methods inherited from interface com.webmethods.portal.service.meta2.storage.IThingComponentData
setComponentProvider
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingDateInfo
putDates, setModified, setModified
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingDateView
getCreationDate, getLastModifiedDate
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingIDBase
getDbID, getTypeID, getXTypeID
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingInfo
putInfo, setInfo
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingInfoView
getInfo
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingKeywordsInfo
getKeywords, putKeywords, setKeywords
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingNameInfo
getAllLanguages, getDescription, getName, getNames, getThingLang, putNameDesc, setDescription, setDescription, setName, setName, setNameDesc
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingNameView
getDescription, getName
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingNoteInfo
addNote, getNotes, removeNote
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingParentInfo
putParentID, setParentID
Methods inherited from interface com.webmethods.portal.service.meta2.thing.IThingParentView
getParentID
-
Method Details
-
getComponentClassName
Description copied from interface:IComponentData
Gets the classname for theIComponent
which can be used in calls toObjectUtil.createObject(java.lang.String)
.- Specified by:
getComponentClassName
in interfaceIComponentData
- Returns:
- a valid string for calls to
ObjectUtil.createObject(java.lang.String)
. - Throws:
MetaException
-
setComponentClassName
Description copied from interface:IComponentData
Sets the implementation class name for theIComponent
.- Specified by:
setComponentClassName
in interfaceIComponentData
- Parameters:
value
- a valid string for calls toObjectUtil.createObject(java.lang.String)
.- Throws:
MetaException
-
setComponentClassNameValue
-
getConfigFile
Description copied from interface:IComponentData
GetconfigFile
attribute value.- Specified by:
getConfigFile
in interfaceIComponentData
- Throws:
MetaException
- See Also:
-
setConfigFile
Description copied from interface:IComponentData
Set the value ofconfigFile
- Specified by:
setConfigFile
in interfaceIComponentData
- Throws:
MetaException
-
setConfigFileValue
-
getEnabled
Description copied from interface:IComponentData
Gets whether thisIComponent
is enabled or not.- Specified by:
getEnabled
in interfaceIComponentData
- Returns:
- true if enabled, false otherwise
- Throws:
MetaException
-
setEnabled
Description copied from interface:IComponentData
Sets whether thisIComponent
is enabled- Specified by:
setEnabled
in interfaceIComponentData
- Throws:
MetaException
-
setEnabledValue
void setEnabledValue(boolean value) -
getType
- Throws:
MetaException
-
setType
- Throws:
MetaException
-
setTypeValue
-