|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OberonException | |
---|---|
com.oberon.client | |
com.oberon.client.common | |
com.oberon.ooql.sdk | |
com.oberon.util |
Uses of OberonException in com.oberon.client |
---|
Methods in com.oberon.client that throw OberonException | |
---|---|
java.lang.String |
Application.parseOOQLCommands(java.lang.String sOOQLCommands)
Parse the OOQL command text |
java.util.Vector<java.lang.String> |
Application.performOOQLCommands(java.lang.String sOOQLCommands)
Perform one or more OBEROn OOQL commands with current application Framework |
Uses of OberonException in com.oberon.client.common |
---|
Constructors in com.oberon.client.common that throw OberonException | |
---|---|
LifecyclePanel(org.eclipse.swt.widgets.Composite parent,
ObjectObj object,
ApplicationRequest input_request)
Generates the SWT lifecycle panel |
Uses of OberonException in com.oberon.ooql.sdk |
---|
Methods in com.oberon.ooql.sdk that return OberonException | |
---|---|
static OberonException |
OberonException.generateOberonException(java.lang.Exception ex)
Convert a generic Exception to an OberonException |
static OberonException |
OberonException.generateOberonException(java.lang.Exception ex,
java.lang.String levelMessage)
Convert a generic Exception to an OberonException, appending a new level message |
Methods in com.oberon.ooql.sdk that throw OberonException | |
---|---|
void |
Framework.abortTrans()
Abort a opened OBEROn transaction |
java.lang.String |
Link.accessToString(Framework framework)
Get the list of framework User accesses for this Link (as String) |
java.lang.String |
Link.accessToString(java.lang.String userName,
Framework framework)
Get the list of User accesses for this Link (as String) |
Framework |
Form.action(Framework framework,
java.util.Vector<java.lang.Object> args)
Execute the Action program |
void |
Item.addAccessProgram(Trigger program)
Add a trigger to compute the Item access |
void |
Column.addAccessProgram(Trigger program)
Add a trigger to compute the Column access |
void |
View.addColumn(Column column)
Appends a new Column to the View |
void |
View.addColumnAfter(Column column,
java.lang.String refColumn)
Add a Column after another reference Column |
void |
View.addColumnBefore(Column column,
java.lang.String refColumn)
Add a Column before another reference Column |
void |
Stage.addCommandAfter(java.lang.String commandName,
java.lang.String refCommand)
Add an application Command after another reference command |
void |
Menu.addCommandAfter(java.lang.String commandName,
java.lang.String refChild)
Add a Command after a reference sub-Menu or command |
void |
Lifecycle.addCommandAfter(java.lang.String commandName,
java.lang.String refCommand)
Add an application Command after another reference command |
void |
Stage.addCommandBefore(java.lang.String commandName,
java.lang.String refCommand)
Add an application Command before another reference command |
void |
Menu.addCommandBefore(java.lang.String commandName,
java.lang.String refChild)
Add a Command before a reference sub-Menu or command |
void |
Lifecycle.addCommandBefore(java.lang.String commandName,
java.lang.String refCommand)
Add an application Command before another reference command |
void |
AdminBase.addFeature(Feature feature)
Add a Feature to the administrative object |
void |
ObjectGroup.addFromGroup(java.lang.String objectgroup,
java.lang.String userName)
Add ObjectObj instances to this ObjectGroup belonging to another ObjectGroup |
void |
ObjectBase.addHistory(int event,
java.lang.String text,
java.lang.String note,
Framework framework)
Register custom event on the history table |
void |
Form.addItem(Item item)
Appends a new Item to the Form |
void |
Form.addItemAfter(Item item,
java.lang.String refItem)
Add a Item after another reference Item |
void |
Form.addItemBefore(Item item,
java.lang.String refItem)
Add a Item before another reference Item |
void |
Field.addRange(FieldRange range)
Add a Range value/interval to this Field; |
void |
Lifecycle.addStage(Stage stage)
Appends a new Stage to the Lyfecycle |
void |
Lifecycle.addStageAfter(Stage stage,
java.lang.String refStage)
Add a Stage after another reference stage |
void |
Lifecycle.addStageBefore(Stage stage,
java.lang.String refStage)
Add a Stage before another reference stage |
void |
Workflow.addStep(Step step)
Appends a new Step to the Workflow |
void |
Menu.addSubMenuAfter(java.lang.String menuName,
java.lang.String refChild)
Add a sub-Menu after a reference sub-Menu or Command |
void |
Menu.addSubMenuBefore(java.lang.String menuName,
java.lang.String refChild)
Add a sub-Menu before a reference sub-Menu or Command |
void |
Stage.addTrigger(Trigger trigger)
Add a Trigger to this Stage; |
void |
LinkType.addTrigger(Trigger trigger)
Add a Trigger to this LinkType |
void |
Field.addTrigger(Trigger trigger)
Add a Trigger to this Field; |
void |
Class.addTrigger(Trigger trigger)
Add a Trigger to this Class; overrides the super-Class Trigger for the same events if present |
void |
ObjectObj.autocreate(java.lang.String autoNumberName,
Framework framework)
Create the new ObjectObj instance on the database using an AutoNumber |
void |
Framework.changePassword(java.lang.String newPassword,
java.lang.String oldPassword)
Change the User password on database. |
void |
Dictionary.check(boolean update,
java.io.DataOutputStream logStream,
Framework framework)
Check if declared keyword / sub-keyword translations are present inside the dictionary |
void |
ObjectSpace.check(Framework framework)
Check the if ObjectObj 's data are correct |
void |
LocalArea.check(Framework framework)
Check the if file metadata are correct for this LocalArea |
void |
FileSpace.check(Framework framework)
Check the if file metadata are correct for this Filespace |
Framework |
Form.check(Framework framework,
java.util.Vector<java.lang.Object> args)
Execute the Check program |
static java.lang.String |
AutoNumber.checkSequence(java.lang.String sequence,
java.lang.String value)
Check if a value is valid for the given sequence |
static java.lang.String |
AutoNumber.checkSequence(java.lang.String sequence,
java.lang.String value,
boolean reset)
Check if a value is valid for the given sequence |
void |
ObjectObj.clone(boolean copyFiles,
Framework framework)
Create the new ObjectObj instance on the database, cloning it from this ObjectObj |
void |
Link.clone(Framework framework)
Create the new Link on the database (connect two ObjectObj instances) cloning it from this Link |
void |
ObjectObj.clone(java.lang.String newName,
java.lang.String newRevision,
boolean copyFiles,
Framework framework)
Create the new ObjectObj instance on the database cloning it from this ObjectObj |
void |
Framework.commitTrans()
Commit a opened OBEROn transaction |
static java.lang.String |
Dump.compareAdminObject(OBBase refObj,
OBBase dbObj,
boolean feature,
boolean image,
boolean force,
Framework framework)
Compare a reference administrative object with its DB version |
java.lang.String |
Graph.compareSimple(Graph refGraph,
boolean checkImage)
Return the template of OOQL command to update this Graph object and let it become equals to another reference object. |
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 |
WebService.compareSimple(WebService refWebService,
boolean checkImage)
Return the template of OOQL command to update this WebService object and let it become equals to another reference object. |
java.lang.String |
Assignment.compareUpdate(Assignment refAssignment,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Assignment object and let it become equals to another reference object. |
java.lang.String |
AutoNumber.compareUpdate(AutoNumber refAutoNumber,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this AutoNumber object and let it become equals to another reference object. |
java.lang.String |
Class.compareUpdate(Class refClass,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Class object and let it become equals to another reference object. |
void |
Column.compareUpdate(Column refColumn,
boolean checkImage,
Framework framework)
Return/apply the OOQL command to update this Column object and let it become equals to another reference object. |
java.lang.String |
Command.compareUpdate(Command refCommand,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Command object and let it become equals to another reference object. |
java.lang.String |
Field.compareUpdate(Field refField,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Field object and let it become equals to another reference object. |
java.lang.String |
FileSpace.compareUpdate(FileSpace refFileSpace,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this FileSpace object and let it become equals to another reference object. |
java.lang.String |
FileType.compareUpdate(FileType refFileType,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this FileType object and let it become equals to another reference object. |
java.lang.String |
Form.compareUpdate(Form refForm,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Form object and let it become equals to another reference object. |
java.lang.String |
Graph.compareUpdate(Graph refGraph,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Graph object and let it become equals to another reference object. |
void |
Item.compareUpdate(Item refItem,
boolean checkImage,
Framework framework)
Return/apply the OOQL command to update this Item object and let it become equals to another reference object. |
java.lang.String |
Lifecycle.compareUpdate(Lifecycle refLifecycle,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Lifecycle object and let it become equals to another reference object. |
java.lang.String |
LinkType.compareUpdate(LinkType refLinkType,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this LinkType object and let it become equals to another reference object. |
java.lang.String |
LocalArea.compareUpdate(LocalArea refLocalArea,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this LocalArea object and let it become equals to another reference object. |
java.lang.String |
Menu.compareUpdate(Menu refMenu,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Menu object and let it become equals to another reference object. |
java.lang.String |
MetricSystem.compareUpdate(MetricSystem refMetricSystem,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this MetricSystem object and let it become equals to another reference object. |
java.lang.String |
ObjectGroup.compareUpdate(ObjectGroup refObjectGroup,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this ObjectGroup object and let it become equals to another reference object. |
java.lang.String |
ObjectSpace.compareUpdate(ObjectSpace refObjectSpace,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this ObjectSpace 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. |
java.lang.String |
Query.compareUpdate(Query refQuery,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Query object and let it become equals to another reference object. |
java.lang.String |
Stage.compareUpdate(Stage refStage,
boolean checkImage,
Framework framework)
Return the OOQL command to update this Lifecycle -Stage object and let it become
equals to another reference object. |
java.lang.String |
Step.compareUpdate(Step refStep,
boolean checkImage,
Framework framework)
Return the OOQL command to update this Workflow -Step object and let it become
equals to another reference object. |
java.lang.String |
Team.compareUpdate(Team refTeam,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Team object and let it become equals to another reference object. |
java.lang.String |
Transition.compareUpdate(Transition refTransition,
boolean checkImage,
Framework framework)
Return the OOQL command to update this Step -Transition object and let it become
equals to another reference object. |
java.lang.String |
UnitMeasure.compareUpdate(UnitMeasure refUnitMeasure,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this UnitMeasure object and let it become equals to another reference object. |
java.lang.String |
User.compareUpdate(User refUser,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this User object and let it become equals to another reference object. |
java.lang.String |
Validation.compareUpdate(Validation refValidation,
boolean checkImage,
Framework framework)
Return the OOQL command to update this Stage -Validation object and let it become
equals to another reference object. |
java.lang.String |
View.compareUpdate(View refView,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this View object and let it become equals to another reference object. |
java.lang.String |
WebService.compareUpdate(WebService refWebService,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this WebService object and let it become equals to another reference object. |
java.lang.String |
Workflow.compareUpdate(Workflow refWorkflow,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Workflow object and let it become equals to another reference object. |
static void |
WebService.compile(AdminQuery adminQuery,
Framework framework,
boolean force)
Compile one or more WebServices |
static void |
Program.compile(AdminQuery adminQuery,
Framework framework,
boolean force)
Compile one or more Programs |
void |
WebService.compile(Framework framework,
boolean force)
Compile the WebService |
void |
Program.compile(Framework framework,
boolean force)
Compile the Program |
void |
Process.completeStep(ProcessStep step,
java.util.Vector<java.lang.String> choices,
Framework framework)
Complete a running step by current framework user |
void |
Form.compose(ObjectBase objlink,
Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Compose the Form for the current User and for a specific Object or Link instance |
void |
View.compose(ObjectObj rootObject,
java.util.Vector<java.lang.Object> objects,
Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Compose the View for the current User and for a set of objects extracted by navigation of a root element |
void |
View.compose(java.util.Vector<java.lang.Object> objects,
Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Compose the View for the current User and for a set of objects extracted with a query |
java.lang.String |
UnitMeasure.convertFromDefaultDateFormat(java.lang.String value_SI)
Convert a date expressed in the default format to the current UM format |
java.lang.String |
UnitMeasure.convertFromDefaultDateTimeFormat(java.lang.String value_SI)
Convert a date expressed in the default format to the current UM format |
java.lang.String |
UnitMeasure.convertToDefaultDateFormat(java.lang.String value_UM)
Convert a date expressed in the current UM format to the correspondent default format |
java.lang.String |
UnitMeasure.convertToDefaultDateTimeFormat(java.lang.String value_UM)
Convert a date expressed in the current UM format to the correspondent default format |
static void |
JLClient.copyFile(java.io.File fromFile,
java.io.File toFile,
boolean move)
Deprecated. |
void |
Query.count(Framework framework)
Execute the Query and count the result instance number |
void |
View.create(boolean overwrite,
boolean force,
Framework framework)
Create a new View object on the database |
void |
Query.create(boolean overwrite,
boolean force,
Framework framework)
Create a new Query object on the database |
void |
Form.create(boolean overwrite,
boolean force,
Framework framework)
Create a new Form object on the database |
void |
Workflow.create(boolean force,
Framework framework)
Create a new Workflow object on the database |
void |
WebService.create(boolean force,
Framework framework)
Create a new WebService object on the database |
void |
User.create(boolean force,
Framework framework)
Create a new User object on the database |
void |
UnitMeasure.create(boolean force,
Framework framework)
Create a new UnitMeasure object on the database |
void |
Team.create(boolean force,
Framework framework)
Create a new Team object on the database |
void |
Program.create(boolean force,
Framework framework)
Create a new Program object on the database |
void |
ObjectSpace.create(boolean force,
Framework framework)
Create a new ObjectSpace object on the database |
void |
ObjectGroup.create(boolean overwrite,
Framework framework)
Create a new ObjectGroup object on the database |
void |
MetricSystem.create(boolean force,
Framework framework)
Create a new MetricSystem object on the database |
void |
Menu.create(boolean force,
Framework framework)
Create a new Menu object on the database |
void |
LocalArea.create(boolean force,
Framework framework)
Create a new LocalArea object on the database |
void |
LinkType.create(boolean force,
Framework framework)
Create a new LinkType object on the database |
void |
Link.create(boolean bidirectional,
Framework framework)
Create the new Link on the database (connect two ObjectObj instances) |
void |
Lifecycle.create(boolean force,
Framework framework)
Create a new Lifecycle object on the database |
void |
Graph.create(boolean force,
Framework framework)
Create a new Graph object on the database |
void |
FileType.create(boolean force,
Framework framework)
Create a new FileType object on the database |
void |
FileSpace.create(boolean force,
Framework framework)
Create a new FileSpace object on the database |
void |
Field.create(boolean force,
Framework framework)
Create a new Field object on the database |
void |
Feature.create(boolean force,
Framework framework)
Create a new Feature object on the database |
void |
Command.create(boolean force,
Framework framework)
Create a new Command object on the database |
void |
Class.create(boolean force,
Framework framework)
Create a new Class object on the database |
void |
AutoNumber.create(boolean force,
Framework framework)
Create a new AutoNumber object on the database |
void |
Assignment.create(boolean force,
Framework framework)
Create a new Assignment object on the database |
void |
Workflow.create(Framework framework)
Create a new Workflow object on the database |
void |
WebService.create(Framework framework)
Create a new WebService object on the database |
void |
View.create(Framework framework)
Create a new View object on the database |
void |
User.create(Framework framework)
Create a new User object on the database |
void |
UnitMeasure.create(Framework framework)
Create a new UnitMeasure object on the database |
void |
Team.create(Framework framework)
Create a new Team object on the database |
void |
Query.create(Framework framework)
Create a new Query object on the database |
void |
Program.create(Framework framework)
Create a new Program object on the database |
void |
ObjectSpace.create(Framework framework)
Create a new ObjectSpace object on the database |
void |
ObjectObj.create(Framework framework)
Create the new ObjectObj instance on the database |
void |
ObjectGroup.create(Framework framework)
Create a new ObjectGroup object on the database |
void |
MetricSystem.create(Framework framework)
Create a new MetricSystem object on the database |
void |
Menu.create(Framework framework)
Create a new Menu object on the database |
void |
Mail.create(Framework framework)
Send the Mail to relative internal / external recipients |
void |
LocalArea.create(Framework framework)
Create a new LocalArea object on the database |
void |
LinkType.create(Framework framework)
Create a new LinkType object on the database |
void |
Link.create(Framework framework)
Create the new Link on the database (connect two ObjectObj instances) |
void |
Lifecycle.create(Framework framework)
Create a new Lifecycle object on the database |
void |
Graph.create(Framework framework)
Create a new Graph object on the database |
void |
Form.create(Framework framework)
Create a new Form object on the database |
void |
FileType.create(Framework framework)
Create a new FileType object on the database |
void |
FileSpace.create(Framework framework)
Create a new FileSpace object on the database |
void |
Field.create(Framework framework)
Create a new Field object on the database |
void |
Feature.create(Framework framework)
Create a new Feature object on the database |
void |
Command.create(Framework framework)
Create a new Command object on the database |
void |
Class.create(Framework framework)
Create a new Class object on the database |
void |
AutoNumber.create(Framework framework)
Create a new AutoNumber object on the database |
void |
Assignment.create(Framework framework)
Create a new Assignment object on the database |
abstract void |
AdminBase.create(Framework framework)
Create a new object on the database |
static void |
JLClient.createLocalDir(java.lang.String path)
Deprecated. |
void |
LocalArea.defrag(Framework framework)
Remove all unlinked files from LocalArea |
void |
FileSpace.defrag(Framework framework)
Remove from this Filespace files not linked with database metadata |
void |
ObjectSpace.defrag(int commit,
Framework framework)
|
void |
ObjectObj.delegate(ObjectDelegation delegation,
Framework framework)
Enable one or more delegate Users to perform ObjectObj manipulation in place of the delegator User(s). |
void |
Workflow.destroy(Framework framework)
Remove the Workflow object from the database. |
void |
WebService.destroy(Framework framework)
Remove the WebService object from the database. |
void |
View.destroy(Framework framework)
Remove the View object from the database. |
void |
User.destroy(Framework framework)
Remove the User object from the database. |
void |
UnitMeasure.destroy(Framework framework)
Remove the UnitMeasure object from the database |
void |
Team.destroy(Framework framework)
Remove the Team object from the database. |
void |
Query.destroy(Framework framework)
Remove the Query object from the database. |
void |
Program.destroy(Framework framework)
Remove the Program object from the database. |
void |
ObjectSpace.destroy(Framework framework)
Remove the ObjectSpace object from the database |
void |
ObjectObj.destroy(Framework framework)
Remove the ObjectObj from the database. |
void |
ObjectGroup.destroy(Framework framework)
Remove the ObjectGroup object from the database |
void |
MetricSystem.destroy(Framework framework)
Remove the MetricSystem object from the database |
void |
Menu.destroy(Framework framework)
Remove the Menu object from the database. |
void |
Mail.destroy(Framework framework)
Remove the Mail object from the database. |
void |
LocalArea.destroy(Framework framework)
Remove the LocalArea object from the database |
void |
LinkType.destroy(Framework framework)
Remove the LinkType object from the database |
void |
Link.destroy(Framework framework)
Remove the Link from the database. |
void |
Lifecycle.destroy(Framework framework)
Remove the Lifecycle object from the database. |
void |
Graph.destroy(Framework framework)
Remove the Graph object from the database |
void |
Form.destroy(Framework framework)
Remove the Form object from the database |
void |
FileType.destroy(Framework framework)
Remove the FileType object from the database |
void |
FileSpace.destroy(Framework framework)
Remove the FileSpace object from the database |
void |
Field.destroy(Framework framework)
Remove the Field object from the database |
void |
Feature.destroy(Framework framework)
Remove the Feature object from the database |
void |
Command.destroy(Framework framework)
Remove the Command object from the database |
void |
Class.destroy(Framework framework)
Remove the Class object from the database |
void |
AutoNumber.destroy(Framework framework)
Remove the AutoNumber object from the database |
void |
Assignment.destroy(Framework framework)
Remove the Assignment object from the database |
abstract void |
AdminBase.destroy(Framework framework)
Remove the object from the database. |
void |
User.destroy(java.lang.String newHolder,
Framework framework)
Remove the User object from the database and reassign objects/link to the new holder |
void |
Dump.docompare(java.io.DataInputStream inStream,
java.io.DataOutputStream logStream,
Framework framework)
Compare data (administrative or application objects [ ObjectObj ]) from a file; produce a log report |
void |
Dump.doexpand(java.io.DataOutputStream outStream,
Framework framework)
Expand administrative objects: report all administrative links |
void |
Dump.doexport(java.lang.String outFile,
java.io.DataOutputStream outStream,
Framework framework)
Export data (administrative or application objects [ ObjectObj ]) to a file |
void |
Dump.doimport(java.lang.String inFile,
java.io.DataInputStream inStream,
Framework framework)
Import data (administrative or application objects [ ObjectObj ]) from a file |
byte[] |
Graph.draw(GraphValues values,
Framework framework)
Generates a chart image based on the Graph style parameters and input data values |
static void |
JLClient.elementToStream(org.jdom.Element element,
java.io.OutputStreamWriter writer,
boolean pretty,
java.lang.String encoding)
Deprecated. |
static java.lang.String |
JLClient.elementToString(org.jdom.Element element,
boolean pretty,
java.lang.String encoding)
Deprecated. |
void |
ObjectSpace.empty(Framework framework)
Remove (destroy) all ObjectObj instances from ObjectSpace |
void |
LocalArea.empty(Framework framework)
Remove all files from LocalArea |
void |
FileSpace.empty(Framework framework)
Remove all files from FileSpace |
void |
Query.execute(java.io.DataOutputStream outStream,
Framework framework)
Execute the Query |
void |
AdminQuery.execute(java.io.DataOutputStream outStream,
Framework framework)
Execute a query for administrative objects; uses the previously settled Selector |
java.util.Vector<java.lang.String> |
OOQLCommand.execute(Framework framework)
Execute the OOQL command for the input user Framework |
void |
AdminQuery.execute(Framework framework)
Execute a query for administrative objects; uses the previously settled Selector the result is stored into the target object instance |
void |
Trigger.execute(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Object> args)
Execute the Trigger |
void |
Trigger.execute(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Object> args,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Execute the Trigger |
Framework |
Command.execute(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.String> parameters,
java.util.Vector<java.lang.Object> filterArgs)
Execute the Command |
Framework |
Program.execute(Framework framework,
java.util.Vector<java.lang.Object> args)
Execute the Program |
Framework |
Command.execute(Framework framework,
java.util.Vector<java.lang.Object> filterArgs)
Execute the Command |
void |
Query.execute(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Execute the Query and extract the result ObjectObj instance properties |
void |
AdminQuery.execute(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Execute a query for administrative objects |
void |
ObjectObj.execute(java.lang.String methodName,
java.util.Vector<?> args,
Framework framework)
Execute a ObjectObj method. |
java.lang.String |
OOQLCommand.execute1(Framework framework)
Execute a single OOQL command. |
void |
ObjectObj.filedelete(FileOperator fileOperator,
Framework framework)
Remove one or more files from ObjectObj |
void |
ObjectObj.fileget(FileOperator fileOperator,
Framework framework)
Extract one or more files from the ObjectObj |
void |
ObjectObj.filelock(FileOperator fileOperator,
Framework framework)
Lock one or more files attached to the ObjectObj |
void |
ObjectObj.fileput(FileOperator fileOperator,
Framework framework)
Attach one or more files to the ObjectObj |
void |
ObjectObj.filerename(FileOperator fileOperator,
Framework framework)
Rename / Move one or more files |
void |
ObjectObj.fileunlock(FileOperator fileOperator,
Framework framework)
UnLock one or more files attached to the ObjectObj |
static ViewUserColumn |
ViewUserColumn.fromXML(org.jdom.Element rootElement)
Create a ViewUserColumn object from XML element tree |
static FormUserItem |
FormUserItem.fromXML(org.jdom.Element rootElement)
Create a FormUserItem object from XML element tree |
void |
WebService.generateClient(java.lang.String wsdl,
boolean overwrite,
Framework framework)
Generate client classes from wsdl |
void |
Dictionary.get(Framework framework)
Read a keyword / sub-keyword translation from the database |
java.util.Vector<java.lang.String> |
ObjectObj.getActionNames(java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get the available action MenuItem s for this object, according to framework user rights |
java.util.Vector<java.lang.String> |
Menu.getActionNames(java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get the available MenuItem s according to framework user rights |
java.util.Vector<MenuItem> |
ObjectObj.getActions(java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get the available action MenuItem s for this object, according to framework user rights |
java.util.Vector<MenuItem> |
Menu.getActions(java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get the available MenuItem s according to framework user rights |
java.util.Hashtable<java.lang.String,java.lang.Integer> |
Framework.getAdminCounters()
Get the administrative object synch counters |
java.util.Vector<java.lang.String> |
Selector.getAdminProperties(java.util.Vector<?> objectNames,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Apply this selector to extract properties for multiple objects |
static byte[] |
JLClient.getBytesFromFile(java.lang.String filepath)
Deprecated. |
Class |
ObjectObj.getClass(Framework framework)
Get the ObjectObj's Class |
static javax.servlet.http.HttpSession |
WebService.getCXFHttpSession(javax.xml.ws.WebServiceContext context)
Get the CXF WebService Http Session |
static View |
View.getDefaultView()
Get the default view for Objects |
java.lang.String |
ObjectObj.getFieldValue(java.lang.String fieldName,
Framework framework)
Get a ObjectObj's Field value directly from DB |
abstract java.lang.String |
ObjectBase.getFieldValue(java.lang.String fieldName,
Framework framework)
Get a ObjectObj/Link Field value directly from DB |
java.lang.String |
Link.getFieldValue(java.lang.String fieldName,
Framework framework)
Get a Link's Field value directly from DB |
byte[] |
ObjectFile.getFileContent(Framework framework)
Get the file content |
void |
ObjectValidation.getHistory(Framework framework)
[Inherited but not used] |
void |
ObjectStage.getHistory(Framework framework)
[Inherited but not used] |
void |
ObjectFile.getHistory(Framework framework)
[Inherited but not used] |
void |
ObjectDelegation.getHistory(Framework framework)
[Inherited but not used] |
java.util.Vector<java.lang.String[]> |
ObjectBase.getHistory(int event,
java.lang.String userName,
FieldRange dateRange,
Framework framework)
Get items from the history table |
static byte[] |
AdminBase.getImage(int adminId)
Return a administrative object icon |
static byte[] |
ObjectObj.getImage(java.lang.String objectId)
Return a ObjectObj's icon |
static byte[] |
AdminBase.getImage(java.lang.String adminType,
java.lang.String name)
Return a administrative object icon |
static java.lang.String |
Dictionary.getKey(java.lang.String key,
Framework framework)
Get a keyword translation for the default framework language |
static java.lang.String |
Dictionary.getKey(java.lang.String section,
java.lang.String key,
Framework framework)
Get a keyword translation for the default framework language from the specified section |
static java.lang.String |
Dictionary.getKey(java.lang.String language,
java.lang.String section,
java.lang.String key,
Framework framework)
Get a keyword translation for the specified language and section |
Lifecycle |
ObjectObj.getLifecycle(Framework framework)
Get the ObjectObj's Lifecycle |
java.util.Vector<java.lang.String> |
ObjectObj.getLinks(int linkVersus,
java.lang.String linkType,
Framework framework)
Get the ObjectObj's links |
LinkType |
Link.getLinkType(Framework framework)
Get the Link's LinkType LinkType |
static java.lang.String |
AutoNumber.getNextValue(java.lang.String sequence,
java.lang.String currentValue)
Return the next value for the given sequence |
static java.lang.String |
AutoNumber.getNextValue(java.lang.String sequence,
java.lang.String currentValue,
int increment)
Return the incremented value for the given sequence |
java.util.Vector<java.lang.Object> |
ObjectGroup.getObjects(Framework framework)
Return the ObjectObj instances grouped by this ObjectGroup |
java.lang.String |
Selector.getOutputString(org.jdom.Element xml)
Convert the XML data to String Apply JSON transformation if required |
java.lang.String |
Navigator.getOutputString(org.jdom.Element xml,
boolean rootElement)
Convert the XML data to String Apply JSON transformation if required |
Process |
ProcessStep.getProcess(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Get the related Process |
java.util.Vector<java.lang.String> |
ObjectObj.getRevisions(int revType,
Framework framework)
Get the ObjectObj's revisions |
Stage |
ObjectObj.getStage(Framework framework)
Get the current ObjectObj's Lifecycle -Stage |
static java.lang.String |
Dictionary.getSubKey(java.lang.String key,
java.lang.String subKey,
Framework framework)
Get a sub-keyword translations for the default framework language |
static java.lang.String |
Dictionary.getSubKey(java.lang.String section,
java.lang.String key,
java.lang.String subKey,
Framework framework)
Get a sub-keyword translations for the default framework language from the specified section |
static java.lang.String |
Dictionary.getSubKey(java.lang.String language,
java.lang.String section,
java.lang.String key,
java.lang.String subKey,
Framework framework)
Get a sub-keyword translations for the specified language and section |
static java.util.Hashtable<java.lang.String,java.lang.String> |
Dictionary.getSubKeys(java.lang.String language,
java.lang.String section,
java.lang.String key,
java.util.Vector<java.lang.String> subKeys,
Framework framework)
Get the sub-keyword translations for the specified language and section |
static java.util.Hashtable<java.lang.String,java.lang.String> |
Dictionary.getSubKeys(java.lang.String section,
java.lang.String key,
java.util.Vector<java.lang.String> subKeys,
Framework framework)
Get the sub-keyword translations for the default framework language from the specified section |
static java.util.Hashtable<java.lang.String,java.lang.String> |
Dictionary.getSubKeys(java.lang.String key,
java.util.Vector<java.lang.String> subKeys,
Framework framework)
Get the sub-keyword translations for the default framework language - search to all sections |
static java.util.Vector<java.lang.String> |
Dictionary.getTranslations(java.lang.String section,
java.lang.String key,
Framework framework)
Get the sub-keyword translations for the specified section |
static java.util.Vector<java.lang.String> |
Dictionary.getTranslations(java.lang.String language,
java.lang.String section,
java.lang.String key,
Framework framework)
Get the sub-keyword translations for the specified language and section |
java.util.Vector<ViewUserColumn> |
View.getUserColumns(ObjectObj rootObject,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get all ViewUserColumn for which the framework User has the visibility for navigation of a root object |
java.util.Vector<ViewUserColumn> |
View.getUserColumns(java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get all ViewUserColumn for which the framework User has the visibility |
java.util.Vector<ViewUserColumn> |
View.getUserColumnsWithData(ObjectObj rootObject,
java.util.Vector<java.lang.Object> objects,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get data related to View-Columns for navigation |
java.util.Vector<ViewUserColumn> |
View.getUserColumnsWithData(java.util.Vector<java.lang.Object> objects,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get data related to View-Columns for query result |
java.util.Hashtable<java.lang.String,java.lang.Integer> |
Framework.getUserCounters(java.lang.String userName)
Get the administrative user-object synch counters |
java.util.Vector<FormUserItem> |
Form.getUserFieldItems(ObjectBase objlink,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get all FormUserItem of Field type for which the framework User has the visibility |
java.util.Vector<FormUserItem> |
Form.getUserItems(ObjectBase objlink,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get all FormUserItem for which the framework User has the visibility |
java.util.Vector<FormUserItem> |
Form.getUserItemsWithData(ObjectBase objlink,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get data related to Form-Item fields |
void |
ObjectObj.ignore(java.lang.String validationName,
java.lang.String note,
Framework framework)
Ignore a Validation defined at current Lifecycle -Stage . |
void |
Dictionary.importKeys(java.io.DataInputStream inStream,
Framework framework)
Import translations from a file to the database |
void |
AutoNumber.increment(int increment,
Framework framework)
Increment the current AutoNumber value |
java.lang.Object |
Program.invoke(java.lang.String methodName,
Framework framework,
java.util.Vector<?> args)
Invoke a method defined into the Program java class |
boolean |
Framework.isUserEnabled(int accessType,
int operation)
Check if the current User is enabled to perform a specific operation |
void |
Framework.link()
Open the session and read User properties from the database |
void |
ObjectObj.link(boolean fullLoad,
Framework framework)
Open the ObjectObj and read its properties from the database |
void |
Link.link(boolean fullLoad,
Framework framework)
Open the Link and read its properties from the database |
void |
ObjectObj.link(Framework framework)
Open the ObjectObj and read its properties from the database |
void |
Link.link(Framework framework)
Open the Link and read all properties from the database |
void |
Workflow.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Workflow object: connect the memory instance with the database instance |
void |
WebService.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the WebService object: connect the memory instance with the database instance |
void |
View.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the View object: connect the memory instance with the database instance |
void |
User.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the User object: connect the memory instance with the database instance |
void |
UnitMeasure.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the UnitMeasure object: connect the memory instance with the database instance |
void |
Team.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Team object: connect the memory instance with the database instance |
void |
Query.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Query object: connect the memory instance with the database instance |
void |
Program.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Program object: connect the memory instance with the database instance |
void |
Process.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Process object: connect the memory instance with the database instance |
void |
ObjectSpace.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the ObjectSpace object: connect the memory instance with the database instance |
void |
ObjectGroup.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the ObjectGroup object: connect the memory instance with the database instance |
void |
MetricSystem.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the object: connect the memory instance with the database instance |
void |
Menu.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Menu object: connect the memory instance with the database instance |
void |
Mail.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Mail object: connect the memory instance with the database instance |
void |
LocalArea.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the LocalArea object: connect the memory instance with the database instance |
void |
LinkType.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the object: connect the memory instance with the database instance |
void |
Lifecycle.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Lifecycle object: connect the memory instance with the database instance |
void |
Graph.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Graph object: connect the memory instance with the database instance |
void |
Form.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Form object: connect the memory instance with the database instance |
void |
FileType.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the FileType object: connect the memory instance with the database instance |
void |
FileSpace.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the FileSpace object: connect the memory instance with the database instance |
void |
Field.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Field object: connect the memory instance with the database instance |
void |
Feature.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Feature object: connect the memory instance with the database instance |
void |
Command.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Command object: connect the memory instance with the database instance |
void |
Class.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Class object: connect the memory instance with the database instance |
void |
AutoNumber.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the AutoNumber object: connect the memory instance with the database instance |
void |
Assignment.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the Assignment object: connect the memory instance with the database instance |
abstract void |
AdminBase.link(Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the object: connect the memory instance with the database instance |
void |
Dictionary.list(Framework framework)
List the dictionary keywords/sub-keywords using the settled filters (language,section..) |
static void |
Process.list(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
List the active Processes |
static void |
Mail.list(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
List the Mail objects from the user MailBox |
void |
Framework.listActivity(java.lang.String application,
java.lang.String processID,
java.lang.String stepName,
Selector selector,
java.io.DataOutputStream outStream)
List the user activities (to-do list) for the running processes |
static java.util.Vector<java.lang.String> |
Dictionary.listSubKeys(java.lang.String key,
Framework framework)
List the sub-keyword names for a given keyword |
static java.util.Vector<java.lang.String> |
Dictionary.listSubKeys(java.lang.String section,
java.lang.String key,
Framework framework)
List the sub-keyword names for a given keyword and section |
void |
ObjectObj.lock(Framework framework)
Lock the ObjectObj. |
void |
ObjectObj.move(java.lang.String objectSpaceName,
Framework framework)
Move the ObjectObj from current ObjectSpace to another |
void |
ObjectObj.navigate(Navigator navigator,
java.io.DataOutputStream outStream,
Framework framework)
Navigate throw the ObjectObj in/out Link s |
void |
ObjectObj.navigate(Navigator navigator,
Framework framework)
Navigate throw the ObjectObj in/out Link s |
Framework |
ProgramCode.OberonMain(java.util.Vector args,
Framework framework)
The Main method (executed as default) |
static ObjectObj |
ObjectObj.open(java.lang.String objectID,
boolean fullLoad,
Framework framework)
Open an ObjectObj and read its properties from the database |
static Link |
Link.open(java.lang.String linkID,
boolean fullLoad,
Framework framework)
Open a Link and read its properties from the database |
static View |
View.open(java.lang.String name,
Framework framework)
Open a general View and read its properties from the database |
static Query |
Query.open(java.lang.String name,
Framework framework)
Open a general Query and read its properties from the database |
static ObjectObj |
ObjectObj.open(java.lang.String objectID,
Framework framework)
Open an ObjectObj and read all properties from the database |
static Link |
Link.open(java.lang.String linkID,
Framework framework)
Open a Link and read all properties from the database |
static Field |
Field.open(java.lang.String name,
Framework framework)
Open an administrative object and read properties from the database or retrieve them from memory cache |
static Workflow |
Workflow.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 |
static WebService |
WebService.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 |
static User |
User.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 |
static UnitMeasure |
UnitMeasure.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 |
static Team |
Team.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 |
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 |
static Process |
Process.open(java.lang.String id,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the process and read properties from the database |
static ObjectSpace |
ObjectSpace.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 |
static MetricSystem |
MetricSystem.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 |
static Menu |
Menu.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 |
static Mail |
Mail.open(java.lang.String code,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the object and read its properties from the database |
static LocalArea |
LocalArea.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 |
static LinkType |
LinkType.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 |
static Lifecycle |
Lifecycle.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 |
static Graph |
Graph.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 |
static Form |
Form.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 |
static FileType |
FileType.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 |
static FileSpace |
FileSpace.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 |
static Field |
Field.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 cache |
static Command |
Command.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 |
static Class |
Class.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 |
static AutoNumber |
AutoNumber.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 |
static Assignment |
Assignment.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 |
static View |
View.open(java.lang.String name,
java.lang.String userName,
Framework framework)
Open a View for a given user and read its properties from the database |
static Query |
Query.open(java.lang.String name,
java.lang.String userName,
Framework framework)
Open a Query for a given user and read its properties from the database |
static ObjectGroup |
ObjectGroup.open(java.lang.String name,
java.lang.String userName,
Framework framework)
Open a ObjectGroup for a given user and read its properties from the database |
static View |
View.open(java.lang.String name,
java.lang.String userName,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open a View for a given user and read its properties from the database |
static Query |
Query.open(java.lang.String name,
java.lang.String userName,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open a Query for a given user and read its properties from the database |
static ObjectGroup |
ObjectGroup.open(java.lang.String name,
java.lang.String userName,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open a ObjectGroup for a given user and read its properties from the database |
static ObjectObj |
ObjectObj.open(java.lang.String className,
java.lang.String name,
java.lang.String revision,
boolean fullLoad,
Framework framework)
Open an ObjectObj and read its properties from the database |
static ObjectObj |
ObjectObj.open(java.lang.String className,
java.lang.String name,
java.lang.String revision,
java.lang.String objectSpaceName,
boolean fullLoad,
Framework framework)
Open an ObjectObj and read its properties from the database |
static Feature |
Feature.open(java.lang.String name,
java.lang.String fromType,
java.lang.String fromName,
java.lang.String toType,
java.lang.String toName,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the object and read its properties from the database or retrieve them from memory |
void |
Framework.openTrans()
Open an OBEROn transaction |
java.lang.String |
OOQLCommand.parse(Framework framework)
Parse the OOQL command text |
static java.lang.String |
JLClient.performOOQL(java.lang.String command,
Framework framework)
Execute a single OOQL command |
static java.util.Vector<java.lang.String> |
JLClient.performOOQLCommands(java.lang.String commands,
Framework framework)
Execute OOQL commands |
java.lang.String |
Selector.prepareFields(java.lang.Object object,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters,
int level)
Apply this selector to extract object properties |
java.lang.String |
Selector.prepareFields(java.util.Vector<?> objectNames,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters,
int level)
Apply this selector to extract properties for multiple objects |
org.jdom.Element |
Selector.prepareXMLFields(org.jdom.Element eBase,
java.lang.Object object,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Apply this selector to extract object properties in XML format |
org.jdom.Element |
Selector.prepareXMLFields(java.lang.String listName,
java.util.Vector<?> objectNames,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Apply this selector to extract properties for multiple objects in XML format |
byte[] |
Graph.preview(Framework framework)
Generates a preview image based on the Graph style parameters |
void |
ObjectObj.progress(Framework framework)
Promote the ObjectObj to the next Stage defined on its Lifecycle |
void |
WebService.publish(Framework framework)
Call the Publish servlet and expose the WebService to public access |
void |
Dictionary.put(Framework framework)
Save a keyword / sub-keyword translation to the database |
java.io.File |
ObjectFile.putContentToFile(java.lang.String path)
Save the file content to a disk file |
void |
ObjectObj.refuse(java.lang.String validationName,
java.lang.String note,
Framework framework)
Refuse a Validation defined at current Lifecycle -Stage . |
void |
ObjectObj.regress(Framework framework)
Regress the ObjectObj to the previous Stage defined on its Lifecycle |
void |
ObjectBase.removeAllHistory(Framework framework)
Reset the history table |
void |
ObjectBase.removeHistory(int event,
java.lang.String userName,
FieldRange dateRange,
Framework framework)
Remove items from the history table |
void |
Dictionary.removeKeys(Framework framework)
Delete one or more keyword / sub-keyword translations from the dictionary |
static void |
Dictionary.resetCache(Framework framework)
Clean the dictionary cache |
void |
Framework.resetFrom(Framework framework)
Copy the new OBEROn session properties from another Framework instance |
static java.lang.String |
AutoNumber.resetValue(java.lang.String sequence)
Return the first value for the given sequence |
static void |
Process.restartMonitor(Framework framework)
ReStart the process monitor Only super users can perform this operation |
Framework |
Framework.restore()
Close the current Framework and return to the previous extracted from the Framework stack. |
void |
Process.resume(Framework framework)
Resume the Process suspended steps |
static void |
WebService.retract(AdminQuery adminQuery,
Framework framework)
Call the Retract servlet and remove one or more WebServices from public access |
void |
WebService.retract(Framework framework)
Call the Retract servlet and remove the WebServices from public access |
void |
ObjectObj.revise(boolean copyFiles,
Framework framework)
Create the new ObjectObj instance on the database revising this ObjectObj |
void |
ObjectObj.revise(java.lang.String newRevision,
boolean copyFiles,
Framework framework)
Create the new ObjectObj instance on the database revising this ObjectObj |
void |
ObjectObj.revoke(ObjectDelegation delegation,
Framework framework)
Disable one or more delegate Users to perform ObjectObj manipulation in place of the delegator User(s). |
static java.io.File |
JLClient.saveBytesToFile(java.lang.String path,
java.lang.String filename,
byte[] filedata)
Deprecated. |
void |
Query.saveToGroup(java.lang.String objectgroup,
java.lang.String userName,
boolean overwrite)
Set the Query to collect resul ObjectObj instances into a user ObjectGroup |
void |
Dictionary.selectKeys(java.io.DataOutputStream outStream,
Framework framework)
Extract dictionary translations to a file, using the settled filters (language,section..) |
static java.lang.String |
Dictionary.selectKeys(java.lang.String language,
java.lang.String section,
java.lang.String key,
java.lang.String subKey,
java.lang.String value,
boolean xml,
Framework framework)
Extract the sub-keyword translations using language,section,key and subkey patterns |
void |
Mail.send(Framework framework)
Send the Mail to relative internal / external recipients |
void |
Field.setDefault(java.lang.String defaultValue)
Set the Field default value. |
void |
Field.setDefaultAsToday()
Set the Field default value for dates as today. |
void |
View.setFormat(java.lang.String format)
Set the View format. |
void |
Item.setFormat(java.lang.String format)
Set the Output/Input format. |
void |
Form.setFormat(java.lang.String format)
Set the Form format. |
void |
Column.setFormat(java.lang.String format)
Set the Output/Input format. |
void |
AutoNumber.setFormat(java.lang.String format)
Set the AutoNumber global format |
void |
Link.setFrom(ObjectObj object)
Define the From side ObjectObj |
void |
Link.setFrom(java.lang.String className,
java.lang.String name,
java.lang.String revision)
Define the From side ObjectObj using the Class name / name / revision |
static void |
Dictionary.setKey(java.lang.String language,
java.lang.String section,
java.lang.String key,
java.lang.String value,
Framework framework)
Add a keyword translation for the specified language and section |
void |
WebService.setName(java.lang.String name)
Set the WebService name |
void |
Program.setName(java.lang.String name)
Set the Program name |
void |
ObjectObj.setName(java.lang.String name)
Set the ObjectObj's name |
void |
Field.setName(java.lang.String name)
|
void |
AdminComponent.setName(java.lang.String name)
Set the administrative object Name |
void |
AdminBase.setName(java.lang.String name)
Set the administrative object Name |
void |
WebService.setNameSpace(java.lang.String namespace)
Set the WebService namespace |
void |
LocalArea.setProtocol(java.lang.String protocol)
Set the file transfer protocol for LocalAreas and FileSpace s. |
void |
Lifecycle.setRevisionRule(java.lang.String revisionRule)
Set the ObjectObj revision rule. |
void |
AutoNumber.setSequence(java.lang.String sequence)
Set the AutoNumber counter sequence format |
void |
WebService.setService(java.lang.String service)
Set the WebService service name |
void |
WebService.setSourceFile(java.lang.String fileName)
Load the WebService java source code from a local disk file |
void |
Program.setSourceFile(java.lang.String fileName)
Load the Program java source code from a local disk file |
void |
ObjectObj.setstage(java.lang.String stageName,
Framework framework)
Force the ObjectObj to a specific Stage defined on its current Lifecycle |
void |
ProcessStep.setStatus(int newstatus)
Set the Step status |
void |
Graph.setStyleFile(java.lang.String filePath)
Set the Graph style from an XML file |
static void |
Dictionary.setSubKey(java.lang.String language,
java.lang.String section,
java.lang.String key,
java.lang.String subKey,
java.lang.String value,
Framework framework)
Add a sun-keyword translation for the specified language and section |
void |
Link.setTo(ObjectObj object)
Define the To side ObjectObj |
void |
Link.setTo(java.lang.String className,
java.lang.String name,
java.lang.String revision)
Define the To side ObjectObj using the Class name / name / revision |
Selector |
Selector.setView(java.lang.String viewName,
Framework framework)
Set the view for object/link property extraction |
static void |
ObjectBase.show(ObjectBase objlink,
Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the properties for the ObjectObj or the Link |
void |
User.show(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the User object properties |
void |
Process.show(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the Process properties |
void |
ObjectObj.show(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the ObjectObj's properties |
abstract void |
ObjectBase.show(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the ObjectObj/Link's properties |
void |
Link.show(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the Link properties |
void |
Feature.show(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the Feature object properties |
void |
AdminBase.show(Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the admin object properties |
void |
Mail.show(Selector selector,
java.io.DataOutputStream outStream,
Framework framework,
java.lang.Boolean setRead)
Show the Mail object properties |
void |
ObjectObj.show(Selector selector,
Framework framework)
Show the ObjectObj's properties |
void |
Link.show(Selector selector,
Framework framework)
Show the Link properties |
static void |
Process.show(java.lang.String code,
Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the properties for the given Process |
static void |
Mail.show(java.lang.String code,
Selector selector,
java.io.DataOutputStream outStream,
Framework framework,
java.lang.Boolean setRead)
Show the properties for the given Mail |
static void |
AdminBase.show(java.lang.String type,
java.lang.String name,
Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the properties for the given administrative object |
void |
Process.start(Framework framework,
java.util.Hashtable<java.lang.String,?> args)
Execute the Process |
void |
Process.start(java.lang.String holder,
Framework framework,
java.util.Hashtable<java.lang.String,?> args)
Execute the Process |
static void |
Process.startMonitor(Framework framework)
Start the process monitor Only super users can perform this operation |
void |
Process.stop(Framework framework)
Stop the Process |
static void |
Process.stopMonitor(Framework framework)
Stop the process monitor Only super users can perform this operation |
void |
Process.suspend(Framework framework)
Suspend all Process running steps |
Framework |
Framework.switchTo(java.lang.String userName,
java.lang.String password)
Generate a new Framework for another User and copy the session status. |
void |
ObjectObj.synchronize(java.lang.String syncFrom,
java.util.Vector<java.lang.String> syncTo,
boolean force,
boolean add,
Framework framework)
Synchronize the attached files. |
void |
FileSpace.synchronize(java.lang.String syncFrom,
java.util.Vector<java.lang.String> syncTo,
boolean force,
boolean add,
int commit,
Framework framework)
Synchronize the FileSpace with its LocalArea s: replicate the most updates files to/from mirror folders |
void |
ObjectObj.undo(Framework framework)
Undo the last changes on field values |
void |
Link.undo(Framework framework)
Undo the last changes on field values |
void |
ObjectObj.undo(int iterNum,
Framework framework)
Undo the changes on field values, recourse till the specific number of iteration |
void |
Link.undo(int iterNum,
Framework framework)
Undo the changes on field values, till the specific number of iteration |
void |
Framework.unlink()
Close the session |
void |
Workflow.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
WebService.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
View.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
User.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
UnitMeasure.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Team.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Query.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Program.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
ObjectSpace.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
ObjectObj.unlink(Framework framework)
Close the ObjectObj: disconnect the memory instance from the database instance |
void |
ObjectGroup.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
MetricSystem.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Menu.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Mail.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
LocalArea.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
LinkType.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Link.unlink(Framework framework)
Close the Link: disconnect the memory instance from the database instance |
void |
Lifecycle.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Graph.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Form.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
FileType.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
FileSpace.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Field.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Feature.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Command.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Class.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
AutoNumber.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
Assignment.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
abstract void |
AdminBase.unlink(Framework framework)
Close the object: disconnect the memory instance from the database instance |
void |
ObjectObj.unlock(boolean unlockFiles,
Framework framework)
UnLock the ObjectObj. |
void |
ObjectObj.unlock(Framework framework)
UnLock the ObjectObj and all its attached files A User can unlock a ObjectObj if he has unlock permission on it and the he is the locker. |
void |
Process.update(Framework framework)
Update a running process |
void |
Item.updateAccessPrograms(java.util.Vector<Trigger> programs)
Update the access programs on the basis of a given list |
void |
Column.updateAccessPrograms(java.util.Vector<Trigger> programs)
Update the access programs on the basis of a given list |
void |
View.updateColumns(java.util.Vector<Column> columns)
Update the columns on the basis of a given list |
void |
Form.updateItems(java.util.Vector<Item> items)
Update the items on the basis of a given list |
void |
Field.updateRanges(java.util.Vector<FieldRange> ranges)
Update the ranges on the basis of a given list |
void |
Lifecycle.updateStages(java.util.Vector<Stage> stages)
Update the stages on the basis of a given list |
void |
Process.updateStep(ProcessStep step,
Framework framework)
Update a running step |
void |
Workflow.updateSteps(java.util.Vector<Step> steps)
Update the steps on the basis of a given list |
void |
Step.updateTransitions(java.util.Vector<Transition> transitions)
Update the transitions on the basis of a given list |
void |
Stage.updateTriggers(java.util.Vector<Trigger> triggers)
Update the triggers on the basis of a given list |
void |
LinkType.updateTriggers(java.util.Vector<Trigger> triggers)
Update the triggers on the basis of a given list |
void |
Field.updateTriggers(java.util.Vector<Trigger> triggers)
Update the triggers on the basis of a given list |
void |
Class.updateTriggers(java.util.Vector<Trigger> triggers)
Update the triggers on the basis of a given list |
void |
Stage.updateValidations(java.util.Vector<Validation> validations)
Update the validations on the basis of a given list |
void |
Workflow.validate(Framework framework)
Validate this Workflow |
void |
ObjectObj.validate(java.lang.String validationName,
java.lang.String note,
Framework framework)
Validate (approve) a Validation defined at current Lifecycle -Stage . |
void |
Workflow.write(boolean force,
Framework framework)
Update the Workflow object to the database The operation is allowed only if there is no Process instances for this Workflow. |
void |
WebService.write(boolean force,
Framework framework)
Update the WebService object to the database |
void |
View.write(boolean force,
Framework framework)
Update the View object to the database |
void |
User.write(boolean force,
Framework framework)
Update the User object to the database |
void |
UnitMeasure.write(boolean force,
Framework framework)
Update the UnitMeasure object to the database |
void |
Team.write(boolean force,
Framework framework)
Update the Team object to the database |
void |
Query.write(boolean force,
Framework framework)
Update the Query object to the database |
void |
Program.write(boolean force,
Framework framework)
Update the Program object to the database |
void |
ObjectSpace.write(boolean force,
Framework framework)
Update the ObjectSpace object to the database |
void |
MetricSystem.write(boolean force,
Framework framework)
Update the MetricSystem object to the database |
void |
Menu.write(boolean force,
Framework framework)
Update the Menu object to the database |
void |
LocalArea.write(boolean force,
Framework framework)
Update the LocalArea object to the database |
void |
LinkType.write(boolean force,
Framework framework)
Update the LinkType object to the database |
void |
Lifecycle.write(boolean force,
Framework framework)
Update the Lifecycle object to the database |
void |
Graph.write(boolean force,
Framework framework)
Update the Graph object to the database |
void |
Form.write(boolean force,
Framework framework)
Update the Form object to the database |
void |
FileType.write(boolean force,
Framework framework)
Update the FileType object to the database |
void |
FileSpace.write(boolean force,
Framework framework)
Update the FileSpace object to the database |
void |
Field.write(boolean force,
Framework framework)
Update the Field object to the database |
void |
Feature.write(boolean force,
Framework framework)
Update the Feature object to the database |
void |
Command.write(boolean force,
Framework framework)
Update the Command object to the database |
void |
Class.write(boolean force,
Framework framework)
Update the Class object to the database |
void |
AutoNumber.write(boolean force,
Framework framework)
Update the AutoNumber object to the database. |
void |
Assignment.write(boolean force,
Framework framework)
Update the Assignment object to the database |
void |
Workflow.write(Framework framework)
Update the Workflow object to the database The operation is allowed only if there is no Process instances for this Workflow. |
void |
WebService.write(Framework framework)
Update the WebService object to the database |
void |
View.write(Framework framework)
Update the View object to the database |
void |
User.write(Framework framework)
Update the User object to the database |
void |
UnitMeasure.write(Framework framework)
Update the UnitMeasure object to the database |
void |
Team.write(Framework framework)
Update the Team object to the database |
void |
Query.write(Framework framework)
Update the Query object to the database |
void |
Program.write(Framework framework)
Update the Program object to the database |
void |
ObjectSpace.write(Framework framework)
Update the ObjectSpace object to the database |
void |
ObjectObj.write(Framework framework)
Update the ObjectObj to the database |
void |
ObjectGroup.write(Framework framework)
Update the ObjectGroup object to the database |
void |
MetricSystem.write(Framework framework)
Update the MetricSystem object to the database |
void |
Menu.write(Framework framework)
Update the Menu object to the database |
void |
Mail.write(Framework framework)
Not used |
void |
LocalArea.write(Framework framework)
Update the LocalArea object to the database |
void |
LinkType.write(Framework framework)
Update the LinkType object to the database |
void |
Link.write(Framework framework)
Update the Link to the database |
void |
Lifecycle.write(Framework framework)
Update the Lifecycle object to the database |
void |
Graph.write(Framework framework)
Update the Graph object to the database |
void |
Form.write(Framework framework)
Update the Form object to the database |
void |
FileType.write(Framework framework)
Update the FileType object to the database |
void |
FileSpace.write(Framework framework)
Update the FileSpace object to the database |
void |
Field.write(Framework framework)
Update the Field object to the database |
void |
Feature.write(Framework framework)
Update the Feature object to the database |
void |
Command.write(Framework framework)
Update the Command object to the database |
void |
Class.write(Framework framework)
Update the Class object to the database |
void |
AutoNumber.write(Framework framework)
Update the AutoNumber object to the database |
void |
Assignment.write(Framework framework)
Update the Assignment object to the database |
abstract void |
AdminBase.write(Framework framework)
Update the object to the database |
Constructors in com.oberon.ooql.sdk that throw OberonException | |
---|---|
Assignment(java.lang.String name)
|
|
AutoNumber(java.lang.String name)
|
|
Class(java.lang.String name)
|
|
Column(java.lang.String name)
|
|
Command(java.lang.String name)
|
|
Feature(java.lang.String name)
|
|
Field(java.lang.String name)
|
|
FileSpace(java.lang.String name)
|
|
FileType(java.lang.String name)
|
|
Form(java.lang.String name)
|
|
FormUserItem(Item item,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Constructor |
|
Framework(Framework framework)
Create (clone) the new OBEROn session from another Framework. |
|
Framework(java.lang.String text)
Generate a new OBEROn session from a text String |
|
Framework(java.lang.String userName,
java.lang.String password)
Create a new OBEROn session for a given User account |
|
Graph(java.lang.String name)
|
|
Item(java.lang.String name)
|
|
Lifecycle(java.lang.String name)
|
|
LinkType(java.lang.String name)
|
|
LocalArea(java.lang.String name)
|
|
Mail(java.lang.String code)
Constructor to manipulate existing user Mail object |
|
Menu(java.lang.String name)
|
|
MetricSystem(java.lang.String name)
|
|
ObjectGroup(java.lang.String name,
java.lang.String userName)
Define a new ObjectGroup associated to a specific User |
|
ObjectObj(java.lang.String className,
java.lang.String name,
java.lang.String revision)
Create a new ObjectObj instance |
|
ObjectSpace(java.lang.String name)
|
|
Process(java.lang.String workflowName)
Create new process for a specific Workflow |
|
ProcessStep(java.lang.String name)
|
|
Program(java.lang.String name)
|
|
Query(java.lang.String name)
Define a new Query to all users |
|
Query(java.lang.String name,
java.lang.String userName)
Define a new Query associated to a specific User |
|
Stage(java.lang.String name)
|
|
Step(java.lang.String name)
|
|
Team(java.lang.String name)
|
|
Transition(java.lang.String name)
|
|
Trigger(java.lang.String name)
|
|
Trigger(java.lang.String name,
int event,
int type)
|
|
Trigger(java.lang.String name,
int event,
int type,
java.util.Vector<java.lang.String> args)
|
|
UnitMeasure(int type,
java.lang.String name,
java.lang.String symbol,
double factor,
java.lang.String description)
|
|
UnitMeasure(java.lang.String name)
|
|
User(java.lang.String name)
|
|
Validation(java.lang.String name)
|
|
View(java.lang.String name)
Define a new View associated to all users |
|
View(java.lang.String name,
java.lang.String userName)
Define a new View associated to a specific User |
|
ViewUserColumn(Column column,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Constructor |
|
WebService(java.lang.String name)
|
|
Workflow(java.lang.String name)
|
Uses of OberonException in com.oberon.util |
---|
Methods in com.oberon.util that throw OberonException | |
---|---|
static com.oberon.ooql.ftp.FTPClient |
FileUtils.connectFTP(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password)
Connects to an FTP server and login with the user account |
static com.oberon.ooql.sdk.common.WebServiceClient |
FileUtils.connectHTTP(java.lang.String url,
java.lang.String user,
java.lang.String password)
Connects to an HTTP server and login with the user account |
static void |
FileUtils.copyFile(java.io.File inputFile,
java.lang.String toPath,
java.lang.String toName,
boolean move)
Copy a local file to a given path If the given path doesn't exist, it will be created |
static void |
FileUtils.createLocalDir(java.lang.String path)
Create a new dir path in the local file-system |
static void |
FileUtils.deleteFTPFile(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password,
java.lang.String fileName)
Delete a file inside the FTP server (login with the user account) |
static void |
FileUtils.deleteHTTPFile(java.lang.String url,
java.lang.String user,
java.lang.String password,
java.lang.String fileName)
Delete a file inside the HTTP server (login with the user account) |
static int |
XMLUtils.elementToJSONStream(org.jdom.Element xmlElement,
java.io.OutputStreamWriter writer,
boolean prettyFormat,
boolean rootElement)
Convert an XML structure to a JSON string and send the text to an Output stream |
static java.lang.String |
XMLUtils.elementToJSONString(org.jdom.Element xmlElement)
Convert an XML structure to a JSON string, in pretty format |
static java.lang.String |
XMLUtils.elementToJSONString(org.jdom.Element xmlElement,
boolean prettyFormat,
boolean rootElement)
Convert an XML structure to a JSON string |
static int |
XMLUtils.elementToStream(org.jdom.Element xmlElement,
java.io.OutputStreamWriter writer,
boolean prettyFormat)
Convert an XML structure to a UTF-8 text string (in pretty format) and send the text to an Output stream |
static int |
XMLUtils.elementToStream(org.jdom.Element xmlElement,
java.io.OutputStreamWriter writer,
boolean prettyFormat,
java.lang.String encoding)
Convert an XML structure to a text string with the given character encoding and send the text to an Output stream |
static java.lang.String |
XMLUtils.elementToString(org.jdom.Element xmlElement)
Convert an XML structure to a UTF-8 text string, in pretty format |
static java.lang.String |
XMLUtils.elementToString(org.jdom.Element xmlElement,
boolean prettyFormat,
boolean omitDeclaration,
java.lang.String encoding)
Convert an XML structure to a text string with the given character encoding |
static java.lang.String |
XMLUtils.elementToString(org.jdom.Element xmlElement,
boolean prettyFormat,
java.lang.String encoding)
Convert an XML structure to a text string with the given character encoding |
static byte[] |
FileUtils.getBytesFromFile(java.lang.String fileName)
Get binary data from a local file |
static byte[] |
FileUtils.getBytesFromStream(java.io.DataInputStream is)
Get binary data from an input stream |
static byte[] |
FileUtils.getBytesFromStream(java.io.DataInputStream is,
ProgressCounter counter)
Get binary data from an input stream |
static void |
FileUtils.getFTPFile(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password,
java.lang.String path,
java.lang.String fileName,
java.lang.String toPath,
java.lang.String toName,
boolean move)
Download a file from an FTP server (login with the user account) to a local file |
static void |
FileUtils.getFTPFile(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password,
java.lang.String path,
java.lang.String fileName,
java.lang.String toPath,
java.lang.String toName,
boolean move,
com.oberon.ooql.ftp.FTPDataTransferListener listener)
Download a file from an FTP server (login with the user account) to a local file |
static void |
FileUtils.getHTTPFile(java.lang.String url,
java.lang.String user,
java.lang.String password,
java.lang.String path,
java.lang.String fileName,
java.lang.String toPath,
java.lang.String toName,
boolean move)
Download a file from an HTTP server (login with the user account) to a local file |
static java.util.Vector<java.lang.String> |
FileUtils.listFTPFiles(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password,
java.lang.String path)
List files in a FTP folder ( and its sub-folders ) |
static java.util.Vector<java.lang.String> |
FileUtils.listHTTPFiles(java.lang.String url,
java.lang.String user,
java.lang.String password,
java.lang.String path)
List files in a HTTP folder ( and its sub-folders ) |
static void |
FileUtils.moveFTPFile(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password,
java.lang.String fromFile,
java.lang.String toPath,
java.lang.String toName)
Move/rename a file inside the FTP server (login with the user account) |
static void |
FileUtils.moveHTTPFile(java.lang.String url,
java.lang.String user,
java.lang.String password,
java.lang.String fromFile,
java.lang.String toPath,
java.lang.String toName)
Move/rename a file inside the HTTP server (login with the user account) |
static void |
FileUtils.putFTPFile(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password,
java.io.File sourceFile,
java.lang.String toPath,
java.lang.String toName,
boolean move)
Upload a local file to an FTP server (login with the user account) |
static void |
FileUtils.putFTPFile(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password,
java.io.File sourceFile,
java.lang.String toPath,
java.lang.String toName,
boolean move,
com.oberon.ooql.ftp.FTPDataTransferListener listener)
Upload a local file to an FTP server (login with the user account) |
static void |
FileUtils.putHTTPFile(java.lang.String url,
java.lang.String user,
java.lang.String password,
java.io.File sourceFile,
java.lang.String toPath,
java.lang.String toName,
boolean move)
Upload a local file to an HTTP server (login with the user account) |
static java.io.File |
FileUtils.saveToFile(java.lang.String path,
java.lang.String fileName,
byte[] data)
Save binary data to a local file If the given path doesn't exist, it will be created |
static void |
FileUtils.saveToStream(java.io.DataOutputStream os,
byte[] data)
Send binary data to an output stream |
static void |
FileUtils.saveToStream(java.io.DataOutputStream os,
byte[] data,
ProgressCounter counter)
Send binary data to an output stream |
|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |