Uses of Interface
com.semarchy.mdm.runtime.model.logical.IPublisher

Packages that use IPublisher
com.semarchy.mdm.runtime.model.logical This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. 
 

Uses of IPublisher in com.semarchy.mdm.runtime.model.logical
 

Methods in com.semarchy.mdm.runtime.model.logical that return IPublisher
 IPublisher IDataEntryWorkflow.getDataEntryPublisher()
          The DataEntry Publisher
 IPublisher IPublisherRank.getPublisher()
           
 IPublisher IModel.getPublisher(String pCode)
          Returns the IPublisher with the given code if it exists or throws a NoSuchPublisherException
 

Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IPublisher
 List<IPublisher> IModel.getPublishers()
          Returns the list of IPublisher managed by this model ordered by getCode()Code
 



Copyright © 2015. All Rights Reserved.