Uses of Class
org.overlord.sramp.common.ArtifactType

Packages that use ArtifactType
org.overlord.sramp.common   
org.overlord.sramp.common.derived   
 

Uses of ArtifactType in org.overlord.sramp.common
 

Methods in org.overlord.sramp.common that return ArtifactType
static ArtifactType ArtifactType.Document()
           
static ArtifactType ArtifactType.Extended(String extendedType, boolean derived)
           
static ArtifactType ArtifactType.fromFileExtension(String extension)
          Returns an ArtifactType given a common file extension.
static ArtifactType ArtifactType.PolicyDocument()
           
static ArtifactType ArtifactType.valueOf(Artifact artifactWrapper)
          What kind of artifact is inside that wrapper?
static ArtifactType ArtifactType.valueOf(BaseArtifactEnum apiType)
          Figures out the type from the s-ramp API type.
static ArtifactType ArtifactType.valueOf(BaseArtifactType artifact)
          Figures out the type from the artifact instance.
static ArtifactType ArtifactType.valueOf(String artifactType)
          Figures out the artifact type (enum) from the given S-RAMP artifact type string.
static ArtifactType ArtifactType.valueOf(String model, String type)
          Figures out the artifact type (enum) from the given S-RAMP artifact type string.
static ArtifactType ArtifactType.WsdlDocument()
           
static ArtifactType ArtifactType.XmlDocument()
           
static ArtifactType ArtifactType.XsdDocument()
           
 

Methods in org.overlord.sramp.common with parameters of type ArtifactType
static String MimeTypes.determineMimeType(String contentType, String fileName, ArtifactType artifactType)
          Figures out the mime type of the new artifact given the POSTed Content-Type, the name of the uploaded file, and the S-RAMP arifact type.
 

Uses of ArtifactType in org.overlord.sramp.common.derived
 

Methods in org.overlord.sramp.common.derived with parameters of type ArtifactType
static ArtifactDeriver ArtifactDeriverFactory.createArtifactDeriver(ArtifactType artifactType)
          Creates an artifact deriver for a specific type of artifact.
 



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.