Uses of Class
org.yestech.publish.objectmodel.ArtifactType

Packages that use ArtifactType
org.yestech.publish.client   
org.yestech.publish.objectmodel   
org.yestech.publish.publisher   
org.yestech.publish.service   
 

Uses of ArtifactType in org.yestech.publish.client
 

Methods in org.yestech.publish.client that return types with arguments of type ArtifactType
 Map<ArtifactType,IPublishProducer> PublishBridge.getProducers()
           
 Map<ArtifactType,IPublishProducer> IPublishBridge.getProducers()
           
 

Method parameters in org.yestech.publish.client with type arguments of type ArtifactType
 void PublishBridge.setProducers(Map<ArtifactType,IPublishProducer> producers)
           
 void IPublishBridge.setProducers(Map<ArtifactType,IPublishProducer> producers)
           
 

Uses of ArtifactType in org.yestech.publish.objectmodel
 

Methods in org.yestech.publish.objectmodel that return ArtifactType
 ArtifactType IArtifactMetaData.getArtifactType()
           
 ArtifactType ArtifactMetaData.getArtifactType()
           
static ArtifactType ArtifactType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArtifactType[] ArtifactType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.yestech.publish.objectmodel that return types with arguments of type ArtifactType
 Map<ArtifactType,Map<String,Object>> PublisherProperties.getProperties()
           
 

Methods in org.yestech.publish.objectmodel with parameters of type ArtifactType
 void IArtifactMetaData.setArtifactType(ArtifactType type)
           
 void ArtifactMetaData.setArtifactType(ArtifactType type)
           
 

Method parameters in org.yestech.publish.objectmodel with type arguments of type ArtifactType
 void PublisherProperties.addProperty(org.yestech.lib.util.Pair<ArtifactType,String> key, Object value)
           
<V> V
PublisherProperties.getProperty(org.yestech.lib.util.Pair<ArtifactType,String> key)
           
 void PublisherProperties.setProperties(Map<ArtifactType,Map<String,Object>> properties)
           
 

Uses of ArtifactType in org.yestech.publish.publisher
 

Methods in org.yestech.publish.publisher that return ArtifactType
 ArtifactType EpisodicPublisher.getArtifactType()
           
 ArtifactType BitgravityWebdavPublisher.getArtifactType()
           
 ArtifactType AmazonS3Publisher.getArtifactType()
           
 

Methods in org.yestech.publish.publisher with parameters of type ArtifactType
 void EpisodicPublisher.setArtifactType(ArtifactType artifactType)
           
 void BitgravityWebdavPublisher.setArtifactType(ArtifactType artifactType)
           
 void AmazonS3Publisher.setArtifactType(ArtifactType artifactType)
           
 

Uses of ArtifactType in org.yestech.publish.service
 

Methods in org.yestech.publish.service that return types with arguments of type ArtifactType
 Map<ArtifactType,IPublisher> DefaultPublishProcessor.getPublishers()
           
 

Method parameters in org.yestech.publish.service with type arguments of type ArtifactType
 void DefaultPublishProcessor.setPublishers(Map<ArtifactType,IPublisher> publishers)
           
 



Copyright © 2010 YES Technology Association. All Rights Reserved.