|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jpa.p1.pub.PubDataset
This class represents a single PlatformOne dataset. It is implemented by the JPA PlatformOne Publishing package, and is accessed via an invocation of the getDataset method in the Publisher class.
| Method Summary | |
void |
cancel(PubDatasetEvent event)
This method cancels a watch on the dataset. |
boolean |
canPublishPages()
This method checks to see if this dataset will accept publication of pages; page publishing is not supported in this release of the JPA PlatformOne Publishing package. |
boolean |
canPublishRecords()
This method checks to see if this dataset will accept publication of records. |
PubRecord |
createRecord(java.lang.String name)
This method creates a new, empty record object. |
void |
deleteRecord(PubRecord record)
This method deletes a record object. |
java.lang.String |
getName()
This method returns the dataset name. |
int |
getNumSchema()
This method returns the number of available schemata. |
PubSchema |
getSchema(int schema)
This method returns a reference to an individual schema. |
void |
watch(PubDatasetEvent event)
This method watches the dataset to see when it is ready to receive published data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getName()
public void watch(PubDatasetEvent event)
public void cancel(PubDatasetEvent event)
public PubRecord createRecord(java.lang.String name)
public void deleteRecord(PubRecord record)
public boolean canPublishRecords()
public boolean canPublishPages()
public int getNumSchema()
public PubSchema getSchema(int schema)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||