OBEROn SDK

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

Packages that use Program
com.oberon.ooql.sdk   
 

Uses of Program in com.oberon.ooql.sdk
 

Subclasses of Program in com.oberon.ooql.sdk
 class Trigger
          Class used to let Programs work as event triggers.
 

Methods in com.oberon.ooql.sdk that return Program
static Program Program.open(java.lang.String name, Framework framework, java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
          Open an administrative object and read properties from the database or retrieve them from memory
 

Methods in com.oberon.ooql.sdk with parameters of type Program
 java.lang.String Program.compareSimple(Program refProgram, boolean checkImage)
          Return the template of OOQL command to update this Program object and let it become equals to another reference object.
 java.lang.String Program.compareUpdate(Program refProgram, boolean checkImage, boolean overwrite, boolean force, Framework framework)
          Return/apply the OOQL command to update this Program object and let it become equals to another reference object.
 


OBEROn SDK

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