WebCenter Interaction API  
 

PortalObjectsFactory Members

PortalObjectsFactory overview

Public Static Fields

public fieldstaticUNINITIALIZED_PASSWORD_SEED 

Public Static Methods

public methodstaticCreateAccessList Factory method for Plumtree ACL objects.
public methodstaticCreateBestBetTarget Factory method for Plumtree BestBetTarget objects.
public methodstaticCreateCardRefreshInfo Factory method for Plumtree CardRefreshInfo objects.
public methodstaticCreateFederatedSearchAgent Factory method for Plumtree FederatedSearchAgent objects.
public methodstaticCreateGuestLoginInfo Factory method for Plumtree GuestLoginInfo objects.
public methodstaticCreateMigrationElement Factory method for Plumtree MigrationElement objects.
public methodstaticCreatePropertyBag Factory method for Plumtree PropertyBag objects.
public methodstaticCreateSearchFilter Factory method for filters to be used for Advanced Search, snapshot queries, etc.
public methodstaticCreateSession Factory method for Plumtree Session objects. All access to the portal system starts here. Callers MUST call Init before calling this function
public methodstaticCreateSSOAuthTokenGenerator Factory method for Plumtree SSOAuthTokenGenerator objects.
public methodstaticCreateSSOInfo Factory method for Plumtree SSOInfo objects.
public methodstaticCreateState Factory method for Plumtree State objects.
public methodstaticCreateTempfile 
public methodstaticCreateUpgradeManager Factory method for Plumtree UpgradeManager.
public methodstaticCreateUserInfo Factory method for Plumtree UserInfo objects.
public methodstaticGetExpressionEngineInstance Factory method for the Plumtree Expression Engine.
public methodstaticGetGuestReadOnlySession Returns a guest session that can be used for read access to server objects
public methodstaticInit 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.
public methodstaticInitLight Initialize the Portal Objects library. A simpler, lighter version of Init for clients that don't want full initialization

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (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.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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

See Also

PortalObjectsFactory Class | com.plumtree.server Namespace