Package com.webmethods.portal.framework
Interface IHandlerData
- All Superinterfaces:
Cloneable
,ICacheObjectListener
,IComponentData
,ISortInfo
,IThing
,IThingBaseInfo
,IThingBaseView
,IThingComponentData
,IThingDateInfo
,IThingDateView
,IThingIDBase
,IThingInfo
,IThingInfoView
,IThingKeywordsInfo
,IThingNameInfo
,IThingNameView
,IThingNoteInfo
,IThingParentInfo
,IThingParentView
,Serializable
HandlerData 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 TypeMethodDescriptiongetType()
void
setConfigXml
(String xml) void
setErrorLayout
(String value) void
setErrorLayoutValue
(String value) void
void
setLayoutValue
(String 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, getComponentClassName, getConfig, getConfigFile, getConfigStream, getEnabled, getProperties, getURI, setComponent, setComponentClassName, setConfig, setConfigFile, setConfigStream, setEnabled, 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
-
getLayout
- Throws:
MetaException
-
setLayout
- Throws:
MetaException
-
setLayoutValue
-
getErrorLayout
- Throws:
MetaException
-
setErrorLayout
- Throws:
MetaException
-
setErrorLayoutValue
-
getType
- Throws:
MetaException
-
setType
- Throws:
MetaException
-
setTypeValue
-
getConfigXml
- Throws:
PortalException
-
setConfigXml
- Throws:
PortalException
-