com.plumtree.server.condition
Interface IPTExpressionManager

All Superinterfaces:
IPTObjectManager, IPTUnknown

public interface IPTExpressionManager
extends IPTObjectManager

Author:
dustina

Method Summary
 IPTExpressionInfo CachedOpenExpressionInfo(int nExpressionID)
          Returns an IPTExpressionInfo, which can be used by the UI to display a cached version of the Expression.
 java.lang.String GetActionValueName(int nActionType, int nActionValue)
          Returns the String name of the Action Value to be displayed in the UI.
 IPTQueryResult QuerySubportalTypedFolders()
          Returns a list of folders that are of Subportal Type
 
Methods inherited from interface com.plumtree.server.IPTObjectManager
ClearData, Clone, Clone, Clone, Create, Delete, DeleteObjects, DeleteObjects, GetCreationRight, GetManagedClassID, GetReadDataStream, GetSchema, GetSession, GetWriteDataStream, IsObjectAccessible, LookupObjectIdFromName, ObjectExists, Open, Query, Query, Query, Query, QueryCount, QuerySingleObject, SimpleQuery
 
Methods inherited from interface com.plumtree.server.IPTUnknown
GetInterfaces
 

Method Detail

CachedOpenExpressionInfo

IPTExpressionInfo CachedOpenExpressionInfo(int nExpressionID)
Returns an IPTExpressionInfo, which can be used by the UI to display a cached version of the Expression.

Parameters:
nExpressionID - - ID of the Expression to open
Returns:
IPTExpressionInfo

GetActionValueName

java.lang.String GetActionValueName(int nActionType,
                                    int nActionValue)
Returns the String name of the Action Value to be displayed in the UI.

Parameters:
nActionType - - the type of action of the action value
nActionValue - - the ID of the object whose name is wanted
Returns:

QuerySubportalTypedFolders

IPTQueryResult QuerySubportalTypedFolders()
Returns a list of folders that are of Subportal Type

Returns: