com.ptc.windchill.uwgm.common.pdm
Interface RetrieverSpec

All Known Subinterfaces:
FindOfRetrieverSpec
All Known Implementing Classes:
PartDocumentRetrieverTest.Spec, RetrieverSpecHelper.FindOfRiiSpec, RetrieverSpecHelper.FindOfSpec, RetrieverSpecHelper.Spec

public interface RetrieverSpec

marker interface for all PartDocumentRetriever specifications

use RetrieverSpecHelper to create RetrieverSpec


Nested Class Summary
static interface RetrieverSpec.Type
          public interface for SpecType object
 
Method Summary
 Object getKey()
          returns Spec key
 RetrieverSpec.Type getType()
          returns SpecType
 

Method Detail

getKey

public Object getKey()
returns Spec key


getType

public RetrieverSpec.Type getType()
returns SpecType