DEPRECATED
EJBObject
A front-end session bean for dealing with Content.
Related Topics
EJBObject
, Remote
com.bea.p13n.content.document.DocumentManager
Method Summary |
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
Methods from interface javax.ejb. |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
DEPRECATED Use getContent(Search) instead
publicGet an Enumeration of Content object that match the seach parameters.Enumeration
getContent(Search
params, boolean readOnly)
throwsRemoteException
RemoteException
publicGet an Enumeration of Content objects that match the search parameters.Enumeration
getContent(Search
params)
throwsRemoteException
RemoteException
publicGet a collection of string content ids that match the search parameters.Collection
getContentIds(Search
params)
throwsRemoteException
RemoteException
publicGet a named content PropertySet from this manager.PropertySet
getPropertySet(String
name)
throwsRemoteException
RemoteException
publicGet the list of all property set names known by this manager.String
[] getPropertySetNames()
throwsRemoteException
RemoteException
publicGet a map of property set name to PropertySet of all content PropertySets from this manager.Map
getPropertySets()
throwsRemoteException
RemoteException