com.canoris.api.resources
Class CanorisFile

java.lang.Object
  extended by com.canoris.api.resources.CanorisResource
      extended by com.canoris.api.resources.CanorisFile

public class CanorisFile
extends CanorisResource


Constructor Summary
CanorisFile()
          Empty default constructor
CanorisFile(java.lang.String property)
          Constructor that checks for "http" at the start of the constructors parameter and if found sets the ref of the file.
 
Method Summary
 java.lang.String getAnalysis()
           
 java.lang.String getConversions()
           
 java.util.Map<java.lang.String,java.lang.Object> getProperties()
           
 java.lang.String getVisualizations()
           
 void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
           
 
Methods inherited from class com.canoris.api.resources.CanorisResource
getKey, getRef, setKey, setRef
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CanorisFile

public CanorisFile()
Empty default constructor


CanorisFile

public CanorisFile(java.lang.String property)
Constructor that checks for "http" at the start of the constructors parameter and if found sets the ref of the file. If not it considers it is the key of the file and sets that.

Parameters:
property -
Method Detail

getProperties

public java.util.Map<java.lang.String,java.lang.Object> getProperties()

setProperties

public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)

getConversions

public java.lang.String getConversions()

getVisualizations

public java.lang.String getVisualizations()

getAnalysis

public java.lang.String getAnalysis()