OBEROn SDK

Uses of Class
com.oberon.ooql.sdk.ObjectFile

Packages that use ObjectFile
com.oberon.ooql.sdk   
 

Uses of ObjectFile in com.oberon.ooql.sdk
 

Methods in com.oberon.ooql.sdk that return ObjectFile
 ObjectFile ObjectObj.getFile(java.lang.String fileTypeName, java.lang.String fileName, Framework framework)
          Get a ObjectObj's attached file.
 

Methods in com.oberon.ooql.sdk that return types with arguments of type ObjectFile
 java.util.Vector<ObjectFile> ObjectObj.getFiles(Framework framework)
          Get the ObjectObj's attached files.
 java.util.Vector<ObjectFile> ObjectObj.getFileTypeFile(java.lang.String fileTypeName, Framework framework)
          Get the ObjectObj's attached files for a specific FileType.
 

Method parameters in com.oberon.ooql.sdk with type arguments of type ObjectFile
 void ObjectObj.setObjectFiles(java.util.Vector<ObjectFile> files)
          Set the ObjectObj's attached files [INTERNAL USAGE].
 


OBEROn SDK

Copyright © 2008-2014 Mirko Solazzi. All Rights Reserved.