Uses of Interface
com.autodesk.objects.IOObject

Packages that use IOObject
com.autodesk.actions   
com.autodesk.objects   
 

Uses of IOObject in com.autodesk.actions
 

Methods in com.autodesk.actions that return IOObject
 IOObject Action.run(java.util.Map<java.lang.String,java.lang.Object> vars, IOObject input)
          Run the Action.
 IOObject Trigger.run(java.util.Map<java.lang.String,java.lang.Object> vars, com.autodesk.actions.Workflow input)
          Run the Trigger.
protected abstract  IOObject Action.runImpl(java.util.Map<java.lang.String,java.lang.Object> vars, IOObject input)
          The implementation of the run method.
protected abstract  IOObject Trigger.runImpl(java.util.Map<java.lang.String,java.lang.Object> vars, com.autodesk.actions.Workflow input)
           
 

Methods in com.autodesk.actions with parameters of type IOObject
 IOObject Action.run(java.util.Map<java.lang.String,java.lang.Object> vars, IOObject input)
          Run the Action.
protected abstract  IOObject Action.runImpl(java.util.Map<java.lang.String,java.lang.Object> vars, IOObject input)
          The implementation of the run method.
 

Uses of IOObject in com.autodesk.objects
 

Classes in com.autodesk.objects that implement IOObject
 class FilesObject
          This class represents a collection of files or directories.
 class TextObject
          This class represents a collection of files or directories.
 

Methods in com.autodesk.objects that return IOObject
 IOObject FilesObject.convert(java.lang.Class otherClass)
          Convert this object to an object of another class.
 IOObject IOObject.convert(java.lang.Class otherClass)
          Convert this object to an object of another class.
 IOObject TextObject.convert(java.lang.Class otherClass)
          Convert this object to an object of another class.