com.plumtree.server
Interface IPTGenerateState


public interface IPTGenerateState

This is a secondary interface optionally implemented by data source providers to assist the UI to to generate a property bag describing a document from this data source. The provider must be initialized to use this interface.

Author:
JosephS
See Also:
IPTDataSourceProvider

Method Summary
 com.plumtree.openfoundation.util.IXPPropertyBag GenerateState(java.lang.Object varSourceDoc)
          Generates a property bag that can be passed to AttachToDocument.
 

Method Detail

GenerateState

com.plumtree.openfoundation.util.IXPPropertyBag GenerateState(java.lang.Object varSourceDoc)
Generates a property bag that can be passed to AttachToDocument.

Parameters:
varSourceDoc - the format varies for particular providers.
Returns:
A property bag describing a document.