Uses of Interface
com.sas.services.information.publicobject.PublicObjectContainerInterface
Packages that use PublicObjectContainerInterface
Package
Description
Information Service metadata.
Manages favorites folders and their contents.
Public Objects are Information Service objects which represent SAS information which is rooted in metadata.
This SAS Folders Model provides a light-weight, non visual, mechanism for browsing
the SAS Folders tree structure.
The com.sas.services.information.search package performs and manages metadata searches for public objects.
-
Uses of PublicObjectContainerInterface in com.sas.services.information.metadata
Subinterfaces of PublicObjectContainerInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceThis is a generic interface for interacting with a Folder object.interfaceThis class represents basically the same thing as a FilteredFolder, except that it's the repository level.interfaceThis is a generic interface for interacting with a Folder object.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceInterface used to model a virtual folder contained within the SAS Folders tree.Classes in com.sas.services.information.metadata that implement PublicObjectContainerInterfaceModifier and TypeClassDescriptionclassDAV Smart object implementation for PersonInterface.classThis is a generic interface for interacting with a Folder object.classThis class represents basically the same thing as a FilteredFolder, except that it's the repository level.classThis class implements the FolderInterface.classRepresents the Documents folder for a person.classRepresents the Inbox folder for a person.classRepresents the Inbox folder for a person.classImplements the personal repository.classRepresents the Server virtual folder.classAn implementation of a virtual folder.Methods in com.sas.services.information.metadata that return PublicObjectContainerInterfaceModifier and TypeMethodDescriptionMetadata.getContainer()Returns the container or parent object.VirtualFolder.getContainer()VirtualMetadata.getContainer() -
Uses of PublicObjectContainerInterface in com.sas.services.information.metadata.favorites
Subinterfaces of PublicObjectContainerInterface in com.sas.services.information.metadata.favoritesModifier and TypeInterfaceDescriptioninterfaceBase interface used for any favorites container object, such as a FavoritesFolder or a FavoritesGroup.interfaceInterface representing the FavoritesFolder public object.interfaceInterface representing the FavoritesGroup public object. -
Uses of PublicObjectContainerInterface in com.sas.services.information.metadata.favorites.impl
Methods in com.sas.services.information.metadata.favorites.impl that return PublicObjectContainerInterfaceModifier and TypeMethodDescriptionFavoritesGroupImpl.getContainer() -
Uses of PublicObjectContainerInterface in com.sas.services.information.metadata.secureddata.impl
Methods in com.sas.services.information.metadata.secureddata.impl that return PublicObjectContainerInterface -
Uses of PublicObjectContainerInterface in com.sas.services.information.publicobject
Subinterfaces of PublicObjectContainerInterface in com.sas.services.information.publicobjectFields in com.sas.services.information.publicobject declared as PublicObjectContainerInterfaceModifier and TypeFieldDescriptionprotected PublicObjectContainerInterfaceBasePublicObject._containerMethods in com.sas.services.information.publicobject that return PublicObjectContainerInterfaceModifier and TypeMethodDescriptionBasePublicObject.getContainer()PublicObjectInterface.getContainer()Get the object which contains this object.Methods in com.sas.services.information.publicobject with parameters of type PublicObjectContainerInterfaceModifier and TypeMethodDescriptionvoidTransportAdapter.move(PublicObjectContainerInterface target) voidTransportProcessorInterface.move(PublicObjectContainerInterface target) Move this object to a new location. -
Uses of PublicObjectContainerInterface in com.sas.services.information.sasfolders
Methods in com.sas.services.information.sasfolders that return PublicObjectContainerInterfaceModifier and TypeMethodDescriptionAbstractPublicObjectNode.getContainer()static PublicObjectContainerInterface[]SASFoldersUtil.getContainerPath(PublicObjectInterface publicObject) Given a public object, this method retrieves its parent containers.Methods in com.sas.services.information.sasfolders that return types with arguments of type PublicObjectContainerInterfaceModifier and TypeMethodDescriptionprotected List<PublicObjectContainerInterface> AbstractPublicObjectNode.getParentContainerPath()Methods in com.sas.services.information.sasfolders with parameters of type PublicObjectContainerInterfaceModifier and TypeMethodDescriptionstatic PublicObjectInterfaceSASFoldersUtil.findChildObject(PublicObjectContainerInterface parent, String name, String type) Given a parent object, this method finds a child object with the specified name and type.intAbstractFolderModel2.getChildCount(PublicObjectContainerInterface parent) Returns the number of children of parent.intFolderModelInterface.getChildCount(PublicObjectContainerInterface parent) Returns the number of children of parent.static booleanSASFoldersUtil.isUnique(PublicObjectContainerInterface parent, String childName, String childType) Determines if a node is unique under its parent node.static booleanSASFoldersUtil.isValidContainerForChild(PublicObjectInterface child, PublicObjectContainerInterface container) Returns true if the child object is allowed to be contained within the specified container.voidAbstractPublicObjectNode.setContainer(PublicObjectContainerInterface container) voidPublicObjectNodeInterface.setContainer(PublicObjectContainerInterface container) Sets the parent container for this public object. -
Uses of PublicObjectContainerInterface in com.sas.services.information.search
Subinterfaces of PublicObjectContainerInterface in com.sas.services.information.searchModifier and TypeInterfaceDescriptioninterfaceThe SearchFolder class is a "smart" object for metadata searches.