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.
- 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. |
GenerateState
public 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.
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.