Interface IThingParentInfo
- All Superinterfaces:
IThingParentView
- All Known Subinterfaces:
IArchived
,IBizPolicyData
,ICategory
,IContainer
,IContent
,IDirServiceThing
,IFolder
,IForm
,IForum
,IGroup
,IHandlerData
,ILink
,IMechanicsData
,IMessage
,IPortlet
,IPrincipal
,IRelation
,IRole
,ISchedule
,IServiceThing
,IStyle
,ITemplate
,IThing
,IThingComponentData
,ITopic
,ITopic
,IUser
,IWorkspace
,IXType
Gets and sets parent information on a thing
A thing can have only 1 "primary" parent
Can have a null parent but this is not advised
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
putParentID
(IThingID parentID) puts this in the cachevoid
setParentID
(IThingID parentID) saves the parentIDMethods inherited from interface com.webmethods.portal.service.meta2.thing.IThingParentView
getParentID
-
Method Details
-
setParentID
saves the parentID- Parameters:
parentID
-- Throws:
MetaException
-
putParentID
puts this in the cache- Parameters:
parentID
-
-