Aqualogic Interaction API  
 

PortalObjectsFactory Members

PortalObjectsFactory overview

Public Static Methods

CreateAccessList Factory method for Plumtree ACL objects.
CreateBestBetTarget Factory method for Plumtree BestBetTarget objects.
CreateCardRefreshInfo Factory method for Plumtree CardRefreshInfo objects.
CreateFederatedSearchAgent Factory method for Plumtree FederatedSearchAgent objects.
CreateGuestLoginInfo Factory method for Plumtree GuestLoginInfo objects.
CreateMigrationElement Factory method for Plumtree MigrationElement objects.
CreatePropertyBag Factory method for Plumtree PropertyBag objects.
CreateSearchFilter Factory method for filters to be used for Advanced Search, snapshot queries, etc.
CreateSession Factory method for Plumtree Session objects. All access to the portal system starts here. Callers MUST call Init before calling this function
CreateSSOAuthTokenGenerator Factory method for Plumtree SSOAuthTokenGenerator objects.
CreateSSOInfo Factory method for Plumtree SSOInfo objects.
CreateState Factory method for Plumtree State objects.
CreateTempfile 
CreateUpgradeManager Factory method for Plumtree UpgradeManager.
CreateUserInfo Factory method for Plumtree UserInfo objects.
GetExpressionEngineInstance Factory method for the Plumtree Expression Engine.
GetGuestReadOnlySession Returns a guest session that can be used for read access to server objects
Init Initialize the Portal Objects library. The portal application initialization method. This method should be called by applications to do a one-time initialization of the underlying libraries.
InitLight Initialize the Portal Objects library. A simpler, lighter version of Init for clients that don't want full initialization

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PortalObjectsFactory Class | com.plumtree.server Namespace