|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.plumtree.server.PortalObjectsFactory
Top-level factory class to create Plumtree Portal Objects. The factory-creatable objects and the IPT* interfaces in the com.plumtree.server package represent the public, supported API. Clients should only import the "com.plumtree.server.*" package classes.
Method signatures and names should be forward-compatible with future product releases. Major releases may introduce some compatibility issues, which will be documented for customers as appropriate.
| Method Summary | |
static IPTAccessList |
CreateAccessList()
Factory method for Plumtree ACL objects. |
static IPTCardRefreshInfo |
CreateCardRefreshInfo()
Factory method for Plumtree CardRefreshInfo objects. |
static IPTFederatedSearchAgent |
CreateFederatedSearchAgent()
Factory method for Plumtree FederatedSearchAgent objects. |
static IPTMigrationElement |
CreateMigrationElement()
Factory method for Plumtree MigrationElement objects. |
static com.plumtree.openfoundation.util.IXPPropertyBag |
CreatePropertyBag()
Factory method for Plumtree PropertyBag objects. |
static IPTFilter |
CreateSearchFilter()
Factory method for filters to be used for Advanced Search, snapshot queries, etc. |
static IPTSession |
CreateSession()
Factory method for Plumtree Session objects. |
static IPTSSOInfo |
CreateSSOInfo()
Factory method for Plumtree SSOInfo objects. |
static IPTState |
CreateState()
Factory method for Plumtree State objects. |
static IPTTempfile |
CreateTempfile()
|
static IPTUpgradeManager |
CreateUpgradeManager()
Factory method for Plumtree UpgradeManager. |
static IPTUserInfo |
CreateUserInfo()
Factory method for Plumtree UserInfo objects. |
static void |
Init()
Initialize the Portal Objects library. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void Init()
The portal application initialization method. This method can be optionally called by applications to do a one-time initialization of the underlying libraries.
If not called explicitly, factory methods may call this implicitly. This feature allows the API to be backwards compatible with the 5.0 PortalObjectsFactory behavior.
public static IPTSession CreateSession()
public static com.plumtree.openfoundation.util.IXPPropertyBag CreatePropertyBag()
public static IPTAccessList CreateAccessList()
public static final IPTCardRefreshInfo CreateCardRefreshInfo()
public static final IPTFederatedSearchAgent CreateFederatedSearchAgent()
public static final IPTMigrationElement CreateMigrationElement()
public static final IPTSSOInfo CreateSSOInfo()
public static IPTState CreateState()
public static final IPTUserInfo CreateUserInfo()
public static final IPTFilter CreateSearchFilter()
public static final IPTTempfile CreateTempfile()
public static final IPTUpgradeManager CreateUpgradeManager()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||