|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OXPublicationInterface
This interface defines methods for checking and deleting Publications by Users.
Example:
final OXPublicationInterface iface = (OXPublicationInterface)Naming.lookup("rmi:///oxhost/"+OXPublicationInterface.RMI_NAME);
Field Summary | |
---|---|
static java.lang.String |
RMI_NAME
RMI name to be used in the naming lookup. |
Method Summary | |
---|---|
boolean |
deletePublication(Context ctx,
java.lang.String url,
Credentials auth)
This method will delete a Publication |
Publication |
getPublication(Context ctx,
java.lang.String url,
Credentials auth)
This method returns a Publication for a given Url |
Field Detail |
---|
static final java.lang.String RMI_NAME
Method Detail |
---|
Publication getPublication(Context ctx, java.lang.String url, Credentials auth) throws java.rmi.RemoteException, NoSuchPublicationException, MissingServiceException
OXException
NoSuchPublicationException
MissingServiceException
java.rmi.RemoteException
boolean deletePublication(Context ctx, java.lang.String url, Credentials auth) throws java.rmi.RemoteException, NoSuchPublicationException, MissingServiceException
OXException
NoSuchPublicationException
MissingServiceException
java.rmi.RemoteException
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |