|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Manifest | |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
wt.fc.manifest |
Uses of Manifest in wt.fc |
Methods in wt.fc that return Manifest | |
static Manifest |
PersistenceServerHelper.getGlobalTransactionManifest(Object a_key)
Returns a Manifest from the current global Transaction associated with the specified key. |
static Manifest |
PersistenceServerHelper.getGlobalTransactionManifest(Object a_key)
Returns a Manifest from the current global Transaction associated with the specified key. |
Uses of Manifest in wt.fc.manifest |
Methods in wt.fc.manifest that return Manifest | |
static Manifest |
ManifestServerHelper.createManifest()
Use this method to create instances of Manifest . |
protected Manifest |
Manifest.resetManifest()
Completely empties the Manifest object and returns it
to it's initial creation state. |
Methods in wt.fc.manifest with parameters of type Manifest | |
void |
StandardManifestService.processManifest(Manifest manifest)
Method used to process the specified Manifest object,
the service implementation is optimized to carry out the Directive
objects contained within the Manifest . |
void |
ManifestServiceSvr.processManifest(Manifest manifest)
Method used to process the specified Manifest object,
the service implementation is optimized to carry out the Directive
objects contained within the Manifest . |
static String |
ManifestServerHelper.addQueryLinkExistenceDirective(RoleDescriptor roleDescriptor,
WTCollection roleObjects,
Manifest manifest,
String name)
This method will properly add a QueryLinkExistenceDirective
to the specified Manifest performing any appropriate
merging or optimizations. |
static String |
ManifestServerHelper.addQueryLinkExistenceDirective(RoleDescriptor roleDescriptor,
WTCollection roleObjects,
Manifest manifest,
boolean queryRoleA,
String name)
This method will properly add a QueryLinkExistenceSingleRoleDirective
to the specified Manifest performing any appropriate
merging or optimizations. |
static String |
ManifestServerHelper.addQueryAdhocForeignKeyExistenceDirective(Class foreignKeyClass,
String foreignKeyAttribute,
Class parentClass,
String parentAttribute,
WTCollection roleObjects,
Manifest manifest,
String name)
Add a QueryAdHocForeignKeyExistenceDirective to the Manifest. |
static String |
ManifestServerHelper.addQueryAdhocForeignKeyExistenceDirective(Class foreignKeyClass,
String foreignKeyAttribute,
Class parentClass,
String parentAttribute,
WTCollection roleObjects,
Manifest manifest,
String name,
boolean includeDescendants)
Add a QueryAdHocForeignKeyExistenceDirective to the Manifest. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |