Advanced Customization > Info*Engine Java Adapter Development > Webject Naming Conventions
  
Webject Naming Conventions
Naming of webjects should be as common as possible across different adapters. The adapter developer should not override any of the core webjects that appear in the Info*Engine User’s Guide.
The most common non-core webjects are the following:
Webject
Type
Description
Create-Object
Action
Creates a single object.
Create-ObjectSet
Action
Creates objects in the system.
Delete-Objects
Action
Deletes objects from the system.
Get-File
Action
Retrieves a data file from an object.
Query-Attributes
Query
Returns specified attribute values.
Query-Objects
Query
Queries for objects based on specified attribute values.
Update-Objects
Action
Updates the attribute values of a single object.
Update-ObjectSet
Action
Updates the attribute values of one or more objects.
Validate-User
Action
Determines if the identity of a given user is valid.
For more information regarding webject naming conventions, see the reference guides for existing adapters. For example, if you are developing a technology adapter, refer to the JDBC and Oracle adapter manuals.