Operation |
Details |
package alreadyExistsInFramework():boolean |
Sequential Notes: | Helper method for JiBX transformations. This method helps JiBX to determine if this is a 'create' or an 'update' transformation. (visibility restricted to package) @return boolean true if this file already exists in the framework (creation date is already set) | |
public clone():Object |
Sequential Tags: | annotations=@Override
| Notes: | {@inheritDoc} @author Thomas Diebaecker | |
public FileVO(): |
Sequential Notes: | Public contructor. @author Thomas Diebaecker | |
public FileVO( FileVO other): |
Sequential Notes: | Copy constructor. @author Thomas Diebaecker | |
public getChecksum():String |
Sequential |
public getChecksumAlgorithm():ChecksumAlgorithm |
Sequential |
public getContent():String |
Sequential Notes: | Delivers a reference to the content of the file, i. e. to the data of the file. | |
public getContentCategory():String |
Sequential Notes: | Delivers the content type of the file. | |
public getContentCategoryString():String |
Sequential Notes: | Delivers the value of the contentCategory Enum as a String. If the Enum is not set, an empty String is returned. | |
public getCreatedByRO():AccountUserRO |
Sequential |
public getCreationDate():java.util.Date |
Sequential Notes: | Delivers the creation date of the file. | |
public getDefaultMetadata():MdsFileVO |
Sequential |
public getDescription():String |
Sequential Notes: | Delivers the description of the file, i. e. a short description of the file. | |
public getLastModificationDate():java.util.Date |
Sequential Notes: | Delivers the date of the last modification of the file. | |
public getMetadataSets():List |
Sequential |
public getMimeType():String |
Sequential Notes: | Delivers the MIME-type of the file. For valid values see http://www.iana.org/assignments/media-types/ | |
public getName():String |
Sequential Notes: | Delivers the name of the file including the extension. | |
public getPid():String |
Sequential Notes: | Delivers the persistent identifier of the file. | |
public getReference():FileRO |
Sequential Notes: | Delivers the files' reference. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |
public getStorage():FileVO.Storage |
Sequential |
public getStorageString():String |
Sequential |
public getVisibility():FileVO.Visibility |
Sequential Notes: | Delivers the visibility of the file. | |
public getVisibilityString():String |
Sequential Notes: | Delivers the value of the visibility Enum as a String. If the enum is not set, an empty String is returned. | |
public setChecksum( String checksum):void |
Sequential |
public setChecksumAlgorithm( ChecksumAlgorithm checksumAlgorithm):void |
Sequential |
public setContent( String newVal):void |
Sequential Notes: | Sets a reference to the content of the file, i. e. to the data of the file. | |
public setContentCategory( String newVal):void |
Sequential Notes: | Sets the content type of the file. | |
public setContentCategoryString( String newValString):void |
Sequential Notes: | Sets the value of the contentCategory Enum by a String. | |
public setCreatedByRO( AccountUserRO createdByRO):void |
Sequential |
public setCreationDate( java.util.Date newVal):void |
Sequential Notes: | Sets the creation date of the file. | |
public setDefaultMetadata( MdsFileVO mdsFileVO):void |
Sequential |
public setDescription( String newVal):void |
Sequential Notes: | Sets the description of the file, i. e. a short description of the file. | |
public setLastModificationDate( java.util.Date newVal):void |
Sequential Notes: | Sets the date of the last modification of the file. | |
public setMimeType( String newVal):void |
Sequential Notes: | Sets the MIME-type of the file. For valid values see http://www.iana.org/assignments/media-types/ | |
public setName( String newVal):void |
Sequential Notes: | Sets the name of the file including the extension. | |
public setPid( String newVal):void |
Sequential Notes: | Sets the persistent identifier of the file. | |
public setReference( FileRO newVal):void |
Sequential Notes: | Sets the files' reference. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |
public setStorage( FileVO.Storage storage):void |
Sequential |
public setStorageString( String newValString):void |
Sequential |
public setVisibility( FileVO.Visibility newVal):void |
Sequential Notes: | Sets the visibility of the file. | |
public setVisibilityString( String newValString):void |
Sequential Notes: | Sets the value of the visibility Enum by a String. | |