Uses of Interface
com.collation.platform.model.topology.process.Document

Packages that use Document
com.collation.platform.model.topology.process   
com.collation.platform.model.topology.soa   
 

Uses of Document in com.collation.platform.model.topology.process
 

Methods in com.collation.platform.model.topology.process that return Document
 Document[] Operation.getDefiningDocs()
          The documents that contain the definition of this operation
 Document[] Interface.getDefiningDocs()
          The documents that contain the definition of this interface
 Document[] Repository.getDocuments()
           
 Document[] Document.getImports()
          The other documents that this one imports
 

Methods in com.collation.platform.model.topology.process with parameters of type Document
 void Operation.setDefiningDocs(Document[] docs)
           
 void Interface.setDefiningDocs(Document[] docs)
           
 void Repository.setDocuments(Document[] x)
           
 void Document.setImports(Document[] names)
           
 

Uses of Document in com.collation.platform.model.topology.soa
 

Methods in com.collation.platform.model.topology.soa that return Document
 Document[] WebService.getDefiningDocs()
          The documents that contain the definition of this service
 Document[] WSPort.getDefiningDocs()
          The documents that contain the definition of this port
 

Methods in com.collation.platform.model.topology.soa with parameters of type Document
 void WebService.setDefiningDocs(Document[] docs)
           
 void WSPort.setDefiningDocs(Document[] docs)