- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::acs::db::nsdb-postgresql
::acs::db::nsdb-postgresqlPostgreSQL backend for nsdb drivercreate ... \
[ -backend backend ] \
[ -dbn (default "") ] \
[ -driver driver ]
Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl
Class Relations
Methods (to be applied on instances)
call acs add_user (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs add_user \ [ -dbn dbn ] [ -user_id user_id ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] -authority_id authority_id \ -username username -email email [ -url url ] \ -first_names first_names -last_name last_name \ -password password -salt salt [ -screen_name screen_name ] \ [ -email_verified_p email_verified_p ] \ [ -member_state member_state ]
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} integer {character varying} {character varying} {character varying} {character varying} {character varying} character character {character varying} boolean {character varying}
- Switches:
- -dbn (optional)
- -user_id (optional, accept empty)
- -object_type (optional, defaults to
"user"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -authority_id (required)
- -username (required)
- -email (required)
- -url (optional, accept empty)
- -first_names (required)
- -last_name (required)
- -password (required)
- -salt (required)
- -screen_name (optional, accept empty)
- -email_verified_p (optional, defaults to
"t"
)- -member_state (optional, defaults to
"approved"
)- Testcases:
- No testcase defined.
call acs magic_object_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs magic_object_id \ [ -dbn dbn ] -name name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -name (required)
- Testcases:
- No testcase defined.
call acs remove_user (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs remove_user \ [ -dbn dbn ] -user_id user_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -user_id (required)
- Testcases:
- No testcase defined.
call acs_activity delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_activity delete \ [ -dbn dbn ] -activity_id activity_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -activity_id (required)
- Testcases:
- No testcase defined.
call acs_activity edit (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_activity edit \ [ -dbn dbn ] -activity_id activity_id [ -name name ] \ [ -description description ] [ -html_p html_p ] \ [ -status_summary status_summary ]
Automatically generated method TYPES: integer {character varying} text boolean text
- Switches:
- -dbn (optional)
- -activity_id (required)
- -name (optional, accept empty)
- -description (optional, accept empty)
- -html_p (optional, accept empty)
- -status_summary (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_activity name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_activity name \ [ -dbn dbn ] -activity_id activity_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -activity_id (required)
- Testcases:
- No testcase defined.
call acs_activity new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_activity new \ [ -dbn dbn ] [ -activity_id activity_id ] -name name \ [ -description description ] [ -html_p html_p ] \ [ -status_summary status_summary ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} text boolean text {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -activity_id (optional, accept empty)
- -name (required)
- -description (optional, accept empty)
- -html_p (optional, defaults to
"f"
)- -status_summary (optional, accept empty)
- -object_type (optional, defaults to
"acs_activity"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_activity object_map (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_activity object_map \ [ -dbn dbn ] -activity_id activity_id -object_id object_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -activity_id (required)
- -object_id (required)
- Testcases:
- No testcase defined.
call acs_activity object_unmap (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_activity object_unmap \ [ -dbn dbn ] -activity_id activity_id -object_id object_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -activity_id (required)
- -object_id (required)
- Testcases:
- No testcase defined.
call acs_attribute add_description (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_attribute add_description \ [ -dbn dbn ] -object_type object_type \ -attribute_name attribute_name -description_key description_key \ -description description
Automatically generated method TYPES: {character varying} {character varying} {character varying} text
- Switches:
- -dbn (optional)
- -object_type (required)
- -attribute_name (required)
- -description_key (required)
- -description (required)
- Testcases:
- No testcase defined.
call acs_attribute create_attribute (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_attribute create_attribute \ [ -dbn dbn ] -object_type object_type \ -attribute_name attribute_name -datatype datatype \ -pretty_name pretty_name [ -pretty_plural pretty_plural ] \ [ -table_name table_name ] [ -column_name column_name ] \ [ -default_value default_value ] [ -min_n_values min_n_values ] \ [ -max_n_values max_n_values ] [ -sort_order sort_order ] \ [ -storage storage ] [ -static_p static_p ] \ [ -create_column_p create_column_p ] \ [ -database_type database_type ] [ -size size ] [ -null_p null_p ] \ [ -references references ] [ -check_expr check_expr ] \ [ -column_spec column_spec ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} integer integer integer {character varying} boolean boolean {character varying} {character varying} boolean {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -object_type (required)
- -attribute_name (required)
- -datatype (required)
- -pretty_name (required)
- -pretty_plural (optional, accept empty)
- -table_name (optional, accept empty)
- -column_name (optional, accept empty)
- -default_value (optional, accept empty)
- -min_n_values (optional, defaults to
"1"
)- -max_n_values (optional, defaults to
"1"
)- -sort_order (optional, accept empty)
- -storage (optional, defaults to
"type_specific"
)- -static_p (optional, defaults to
"f"
)- -create_column_p (optional, defaults to
"f"
)- -database_type (optional, accept empty)
- -size (optional, accept empty)
- -null_p (optional, defaults to
"t"
)- -references (optional, accept empty)
- -check_expr (optional, accept empty)
- -column_spec (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_attribute drop_attribute (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_attribute drop_attribute \ [ -dbn dbn ] -object_type object_type \ -attribute_name attribute_name [ -drop_column_p drop_column_p ]
Automatically generated method TYPES: {character varying} {character varying} boolean
- Switches:
- -dbn (optional)
- -object_type (required)
- -attribute_name (required)
- -drop_column_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call acs_attribute drop_description (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_attribute drop_description \ [ -dbn dbn ] -object_type object_type \ -attribute_name attribute_name -description_key description_key
Automatically generated method TYPES: {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -object_type (required)
- -attribute_name (required)
- -description_key (required)
- Testcases:
- No testcase defined.
call acs_datatype date_output_function (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_datatype date_output_function \ [ -dbn dbn ] -attribute_name attribute_name
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -attribute_name (required)
- Testcases:
- No testcase defined.
call acs_datatype timestamp_output_function (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_datatype timestamp_output_function \ [ -dbn dbn ] -attribute_name attribute_name
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -attribute_name (required)
- Testcases:
- No testcase defined.
call acs_event activity_set (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event activity_set \ [ -dbn dbn ] -event_id event_id -activity_id activity_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -event_id (required)
- -activity_id (required)
- Testcases:
- No testcase defined.
call acs_event delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event delete \ [ -dbn dbn ] -event_id event_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -event_id (required)
- Testcases:
- No testcase defined.
call acs_event delete_all (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event delete_all \ [ -dbn dbn ] -event_id event_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -event_id (required)
- Testcases:
- No testcase defined.
call acs_event delete_all_recurrences (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event delete_all_recurrences \ [ -dbn dbn ] [ -recurrence_id recurrence_id ]
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -recurrence_id (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_event get_description (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event get_description \ [ -dbn dbn ] -event_id event_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -event_id (required)
- Testcases:
- No testcase defined.
call acs_event get_html_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event get_html_p \ [ -dbn dbn ] -event_id event_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -event_id (required)
- Testcases:
- No testcase defined.
call acs_event get_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event get_name \ [ -dbn dbn ] -event_id event_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -event_id (required)
- Testcases:
- No testcase defined.
call acs_event get_status_summary (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event get_status_summary \ [ -dbn dbn ] -event_id event_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -event_id (required)
- Testcases:
- No testcase defined.
call acs_event get_value (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event get_value \ [ -dbn dbn ] -parameter_name parameter_name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -parameter_name (required)
- Testcases:
- No testcase defined.
call acs_event insert_instances (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event insert_instances \ [ -dbn dbn ] -event_id event_id [ -cutoff_date cutoff_date ]
Automatically generated method TYPES: integer {timestamp with time zone}
- Switches:
- -dbn (optional)
- -event_id (required)
- -cutoff_date (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_event instances_exist_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event instances_exist_p \ [ -dbn dbn ] -recurrence_id recurrence_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -recurrence_id (required)
- Testcases:
- No testcase defined.
call acs_event new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event new \ [ -dbn dbn ] [ -event_id event_id ] [ -name name ] \ [ -description description ] [ -html_p html_p ] \ [ -status_summary status_summary ] [ -timespan_id timespan_id ] \ [ -activity_id activity_id ] [ -recurrence_id recurrence_id ] \ [ -object_type object_type ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -context_id context_id ] [ -package_id package_id ] \ [ -location location ] [ -related_link_url related_link_url ] \ [ -related_link_text related_link_text ] \ [ -redirect_to_rel_link_p redirect_to_rel_link_p ]
Automatically generated method TYPES: integer {character varying} text boolean text integer integer integer {character varying} {timestamp with time zone} integer {character varying} integer integer {character varying} {character varying} {character varying} boolean
- Switches:
- -dbn (optional)
- -event_id (optional, accept empty)
- -name (optional, accept empty)
- -description (optional, accept empty)
- -html_p (optional, accept empty)
- -status_summary (optional, accept empty)
- -timespan_id (optional, accept empty)
- -activity_id (optional, accept empty)
- -recurrence_id (optional, accept empty)
- -object_type (optional, defaults to
"acs_event"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -context_id (optional, accept empty)
- -package_id (optional, accept empty)
- -location (optional, accept empty)
- -related_link_url (optional, accept empty)
- -related_link_text (optional, accept empty)
- -redirect_to_rel_link_p (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_event new_instance (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event new_instance \ [ -dbn dbn ] -event_id event_id -date_offset date_offset
Automatically generated method TYPES: integer interval
- Switches:
- -dbn (optional)
- -event_id (required)
- -date_offset (required)
- Testcases:
- No testcase defined.
call acs_event party_map (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event party_map \ [ -dbn dbn ] -event_id event_id -party_id party_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -event_id (required)
- -party_id (required)
- Testcases:
- No testcase defined.
call acs_event party_unmap (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event party_unmap \ [ -dbn dbn ] -event_id event_id -party_id party_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -event_id (required)
- -party_id (required)
- Testcases:
- No testcase defined.
call acs_event recurrence_timespan_edit (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event recurrence_timespan_edit \ [ -dbn dbn ] -event_id event_id -start_date start_date \ -end_date end_date -edit_past_events_p edit_past_events_p
Automatically generated method TYPES: integer {timestamp with time zone} {timestamp with time zone} boolean
- Switches:
- -dbn (optional)
- -event_id (required)
- -start_date (required)
- -end_date (required)
- -edit_past_events_p (required)
- Testcases:
- No testcase defined.
call acs_event recurs_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event recurs_p \ [ -dbn dbn ] -event_id event_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -event_id (required)
- Testcases:
- No testcase defined.
call acs_event shift (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event shift \ [ -dbn dbn ] [ -event_id event_id ] [ -start_offset start_offset ] \ [ -end_offset end_offset ]
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -event_id (optional, accept empty)
- -start_offset (optional, defaults to
"0"
)- -end_offset (optional, defaults to
"0"
)- Testcases:
- No testcase defined.
call acs_event shift_all (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event shift_all \ [ -dbn dbn ] [ -event_id event_id ] [ -start_offset start_offset ] \ [ -end_offset end_offset ]
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -event_id (optional, accept empty)
- -start_offset (optional, defaults to
"0"
)- -end_offset (optional, defaults to
"0"
)- Testcases:
- No testcase defined.
call acs_event timespan_set (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_event timespan_set \ [ -dbn dbn ] -event_id event_id -timespan_id timespan_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -event_id (required)
- -timespan_id (required)
- Testcases:
- No testcase defined.
call acs_group check_representation (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_group check_representation \ [ -dbn dbn ] -group_id group_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -group_id (required)
- Testcases:
- No testcase defined.
call acs_group delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_group delete \ [ -dbn dbn ] -group_id group_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -group_id (required)
- Testcases:
- No testcase defined.
call acs_group member_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_group member_p \ [ -dbn dbn ] -party_id party_id -group_id group_id \ -cascade_membership cascade_membership
Automatically generated method TYPES: integer integer boolean
- Switches:
- -dbn (optional)
- -party_id (required)
- -group_id (required)
- -cascade_membership (required)
- Testcases:
- No testcase defined.
call acs_group name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_group name \ [ -dbn dbn ] -group_id group_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -group_id (required)
- Testcases:
- No testcase defined.
call acs_group new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_group new \ [ -dbn dbn ] [ -group_id group_id ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -email email ] [ -url url ] \ -group_name group_name [ -join_policy join_policy ] \ [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} {character varying} {character varying} {character varying} {character varying} integer
- Switches:
- -dbn (optional)
- -group_id (optional, accept empty)
- -object_type (optional, defaults to
"group"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -email (optional, accept empty)
- -url (optional, accept empty)
- -group_name (required)
- -join_policy (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_log debug (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_log debug \ [ -dbn dbn ] -log_key log_key -message message
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -log_key (required)
- -message (required)
- Testcases:
- No testcase defined.
call acs_log error (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_log error \ [ -dbn dbn ] -log_key log_key -message message
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -log_key (required)
- -message (required)
- Testcases:
- No testcase defined.
call acs_log notice (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_log notice \ [ -dbn dbn ] -log_key log_key -message message
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -log_key (required)
- -message (required)
- Testcases:
- No testcase defined.
call acs_log warn (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_log warn \ [ -dbn dbn ] -log_key log_key -message message
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -log_key (required)
- -message (required)
- Testcases:
- No testcase defined.
call acs_message delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message delete \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call acs_message delete_extlink (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message delete_extlink \ [ -dbn dbn ] -extlink_id extlink_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -extlink_id (required)
- Testcases:
- No testcase defined.
call acs_message delete_file (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message delete_file \ [ -dbn dbn ] -file_id file_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -file_id (required)
- Testcases:
- No testcase defined.
call acs_message delete_image (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message delete_image \ [ -dbn dbn ] -image_id image_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -image_id (required)
- Testcases:
- No testcase defined.
call acs_message edit (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message edit \ [ -dbn dbn ] -message_id message_id [ -title title ] \ [ -description description ] [ -mime_type mime_type ] \ [ -text text ] [ -data data ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -is_live is_live ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} text integer {timestamp with time zone} integer {character varying} boolean
- Switches:
- -dbn (optional)
- -message_id (required)
- -title (optional, accept empty)
- -description (optional, accept empty)
- -mime_type (optional, defaults to
"text/plain"
)- -text (optional, accept empty)
- -data (optional, accept empty)
- -creation_date (optional, defaults to
"sysdate"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -is_live (optional, defaults to
"t"
)- Testcases:
- No testcase defined.
call acs_message edit_extlink (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message edit_extlink \ [ -dbn dbn ] -extlink_id extlink_id -url url [ -label label ] \ -description description
Automatically generated method TYPES: integer {character varying} {character varying} text
- Switches:
- -dbn (optional)
- -extlink_id (required)
- -url (required)
- -label (optional, accept empty)
- -description (required)
- Testcases:
- No testcase defined.
call acs_message edit_file (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message edit_file \ [ -dbn dbn ] -file_id file_id [ -title title ] \ [ -description description ] [ -mime_type mime_type ] \ [ -data data ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -is_live is_live ]
Automatically generated method TYPES: integer {character varying} text {character varying} integer {timestamp with time zone} integer {character varying} boolean
- Switches:
- -dbn (optional)
- -file_id (required)
- -title (optional, accept empty)
- -description (optional, accept empty)
- -mime_type (optional, defaults to
"text/plain"
)- -data (optional, accept empty)
- -creation_date (optional, defaults to
"sysdate"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -is_live (optional, defaults to
"t"
)- Testcases:
- No testcase defined.
call acs_message edit_image (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message edit_image \ [ -dbn dbn ] -image_id image_id [ -title title ] \ [ -description description ] [ -mime_type mime_type ] \ [ -data data ] [ -width width ] [ -height height ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -is_live is_live ]
Automatically generated method TYPES: integer {character varying} text {character varying} integer integer integer {timestamp with time zone} integer {character varying} boolean
- Switches:
- -dbn (optional)
- -image_id (required)
- -title (optional, accept empty)
- -description (optional, accept empty)
- -mime_type (optional, defaults to
"text/plain"
)- -data (optional, accept empty)
- -width (optional, accept empty)
- -height (optional, accept empty)
- -creation_date (optional, defaults to
"sysdate"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -is_live (optional, defaults to
"t"
)- Testcases:
- No testcase defined.
call acs_message first_ancestor (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message first_ancestor \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call acs_message message_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message message_p \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call acs_message name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message name \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call acs_message new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message new \ [ -dbn dbn ] -message_id message_id -reply_to reply_to \ -sent_date sent_date -sender sender -rfc822_id rfc822_id \ -title title -description description -mime_type mime_type \ -text text -data data -parent_id parent_id \ -context_id context_id -creation_user creation_user \ -creation_ip creation_ip -object_type object_type \ -is_live is_live -package_id package_id
Automatically generated method TYPES: integer integer {timestamp with time zone} integer {character varying} {character varying} {character varying} {character varying} text integer integer integer integer {character varying} {character varying} boolean integer
- Switches:
- -dbn (optional)
- -message_id (required)
- -reply_to (required)
- -sent_date (required)
- -sender (required)
- -rfc822_id (required)
- -title (required)
- -description (required)
- -mime_type (required)
- -text (required)
- -data (required)
- -parent_id (required)
- -context_id (required)
- -creation_user (required)
- -creation_ip (required)
- -object_type (required)
- -is_live (required)
- -package_id (required)
- Testcases:
- No testcase defined.
call acs_message new_file (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message new_file \ [ -dbn dbn ] -message_id message_id [ -file_id file_id ] \ -file_name file_name [ -title title ] \ [ -description description ] [ -mime_type mime_type ] \ [ -data data ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -is_live is_live ] [ -storage_type storage_type ] \ [ -package_id package_id ]
Automatically generated method TYPES: integer integer {character varying} {character varying} text {character varying} integer {timestamp with time zone} integer {character varying} boolean cr_item_storage_type_enum integer
- Switches:
- -dbn (optional)
- -message_id (required)
- -file_id (optional, accept empty)
- -file_name (required)
- -title (optional, accept empty)
- -description (optional, accept empty)
- -mime_type (optional, defaults to
"text/plain"
)- -data (optional, accept empty)
- -creation_date (optional, defaults to
"sysdate"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -is_live (optional, defaults to
"t"
)- -storage_type (optional, defaults to
"file"
)- -package_id (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_message new_image (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message new_image \ [ -dbn dbn ] -message_id message_id [ -image_id image_id ] \ -file_name file_name [ -title title ] \ [ -description description ] [ -mime_type mime_type ] \ [ -data data ] [ -width width ] [ -height height ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -is_live is_live ] \ [ -storage_type storage_type ] [ -package_id package_id ]
Automatically generated method TYPES: integer integer {character varying} {character varying} text {character varying} integer integer integer {timestamp with time zone} integer {character varying} boolean cr_item_storage_type_enum integer
- Switches:
- -dbn (optional)
- -message_id (required)
- -image_id (optional, accept empty)
- -file_name (required)
- -title (optional, accept empty)
- -description (optional, accept empty)
- -mime_type (optional, defaults to
"text/plain"
)- -data (optional, accept empty)
- -width (optional, accept empty)
- -height (optional, accept empty)
- -creation_date (optional, defaults to
"sysdate"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -is_live (optional, defaults to
"t"
)- -storage_type (optional, defaults to
"file"
)- -package_id (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_message send (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message send \ [ -dbn dbn ] -message_id message_id -recipient_id recipient_id \ [ -grouping_id grouping_id ] [ -wait_until wait_until ]
Automatically generated method TYPES: integer {character varying} integer {timestamp with time zone}
- Switches:
- -dbn (optional)
- -message_id (required)
- -recipient_id (required)
- -grouping_id (optional, accept empty)
- -wait_until (optional, defaults to
"sysdate"
)- Testcases:
- No testcase defined.
call acs_message_get_tree_sortkey (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_message_get_tree_sortkey \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call acs_object check_object_ancestors (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object check_object_ancestors \ [ -dbn dbn ] -object_id object_id -ancestor_id ancestor_id \ -n_generations n_generations
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -object_id (required)
- -ancestor_id (required)
- -n_generations (required)
- Testcases:
- No testcase defined.
call acs_object check_object_descendants (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object check_object_descendants \ [ -dbn dbn ] -object_id object_id -descendant_id descendant_id \ -n_generations n_generations
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -object_id (required)
- -descendant_id (required)
- -n_generations (required)
- Testcases:
- No testcase defined.
call acs_object check_path (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object check_path \ [ -dbn dbn ] -object_id object_id -ancestor_id ancestor_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -object_id (required)
- -ancestor_id (required)
- Testcases:
- No testcase defined.
call acs_object default_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object default_name \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call acs_object delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object delete \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call acs_object get_attr_storage_column (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object get_attr_storage_column \ [ -dbn dbn ] -v_vals v_vals
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -v_vals (required)
- Testcases:
- No testcase defined.
call acs_object get_attr_storage_sql (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object get_attr_storage_sql \ [ -dbn dbn ] -v_vals v_vals
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -v_vals (required)
- Testcases:
- No testcase defined.
call acs_object get_attr_storage_table (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object get_attr_storage_table \ [ -dbn dbn ] -v_vals v_vals
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -v_vals (required)
- Testcases:
- No testcase defined.
call acs_object get_attribute (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object get_attribute \ [ -dbn dbn ] -object_id_in object_id_in \ -attribute_name_in attribute_name_in
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -object_id_in (required)
- -attribute_name_in (required)
- Testcases:
- No testcase defined.
call acs_object get_attribute_storage (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object get_attribute_storage \ [ -dbn dbn ] -object_id_in object_id_in \ -attribute_name_in attribute_name_in
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -object_id_in (required)
- -attribute_name_in (required)
- Testcases:
- No testcase defined.
call acs_object initialize_attributes (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object initialize_attributes \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call acs_object name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object name \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call acs_object new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object new \ [ -dbn dbn ] [ -object_id object_id ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -context_id context_id ] \ [ -security_inherit_p security_inherit_p ] [ -title title ] \ [ -package_id package_id ]
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} integer boolean {character varying} integer
- Switches:
- -dbn (optional)
- -object_id (optional, accept empty)
- -object_type (optional, defaults to
"acs_object"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -context_id (optional, accept empty)
- -security_inherit_p (optional, defaults to
"t"
)- -title (optional, accept empty)
- -package_id (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_object package_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object package_id \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call acs_object set_attribute (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object set_attribute \ [ -dbn dbn ] -object_id_in object_id_in \ -attribute_name_in attribute_name_in -value_in value_in
Automatically generated method TYPES: integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -object_id_in (required)
- -attribute_name_in (required)
- -value_in (required)
- Testcases:
- No testcase defined.
call acs_object update_last_modified (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object update_last_modified \ [ -dbn dbn ] -object_id object_id -modifying_user modifying_user \ -modifying_ip modifying_ip [ -last_modified last_modified ]
Automatically generated method TYPES: integer integer integer {timestamp with time zone}
- Switches:
- -dbn (optional)
- -object_id (required)
- -modifying_user (required)
- -modifying_ip (required)
- -last_modified (optional, defaults to
"now()"
)- Testcases:
- No testcase defined.
call acs_object_type create_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_type create_type \ [ -dbn dbn ] -object_type object_type -pretty_name pretty_name \ -pretty_plural pretty_plural -supertype supertype \ [ -table_name table_name ] [ -id_column id_column ] \ [ -package_name package_name ] [ -abstract_p abstract_p ] \ [ -type_extension_table type_extension_table ] \ [ -name_method name_method ] [ -create_table_p create_table_p ] \ [ -dynamic_p dynamic_p ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} boolean {character varying} {character varying} boolean boolean
- Switches:
- -dbn (optional)
- -object_type (required)
- -pretty_name (required)
- -pretty_plural (required)
- -supertype (required)
- -table_name (optional, accept empty)
- -id_column (optional, accept empty)
- -package_name (optional, accept empty)
- -abstract_p (optional, defaults to
"f"
)- -type_extension_table (optional, accept empty)
- -name_method (optional, accept empty)
- -create_table_p (optional, defaults to
"f"
)- -dynamic_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call acs_object_type drop_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_type drop_type \ [ -dbn dbn ] -object_type object_type \ [ -drop_children_p drop_children_p ] \ [ -drop_table_p drop_table_p ]
Automatically generated method TYPES: {character varying} boolean boolean
- Switches:
- -dbn (optional)
- -object_type (required)
- -drop_children_p (optional, defaults to
"f"
)- -drop_table_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call acs_object_type is_subtype_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_type is_subtype_p \ [ -dbn dbn ] -object_type_1 object_type_1 \ -object_type_2 object_type_2
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -object_type_1 (required)
- -object_type_2 (required)
- Testcases:
- No testcase defined.
call acs_object_type pretty_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_type pretty_name \ [ -dbn dbn ] -object_type object_type
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -object_type (required)
- Testcases:
- No testcase defined.
call acs_object_type_get_tree_sortkey (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_type_get_tree_sortkey \ [ -dbn dbn ] -object_type object_type
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -object_type (required)
- Testcases:
- No testcase defined.
call acs_object_util get_object_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_util get_object_type \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call acs_object_util object_ancestor_type_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_util object_ancestor_type_p \ [ -dbn dbn ] -object_id object_id -object_type object_type
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -object_id (required)
- -object_type (required)
- Testcases:
- No testcase defined.
call acs_object_util object_type_exist_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_util object_type_exist_p \ [ -dbn dbn ] -object_type object_type
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -object_type (required)
- Testcases:
- No testcase defined.
call acs_object_util object_type_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_util object_type_p \ [ -dbn dbn ] -object_id object_id -object_type object_type
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -object_id (required)
- -object_type (required)
- Testcases:
- No testcase defined.
call acs_object_util type_ancestor_type_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_object_util type_ancestor_type_p \ [ -dbn dbn ] -object_type1 object_type1 \ -object_type2 object_type2
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -object_type1 (required)
- -object_type2 (required)
- Testcases:
- No testcase defined.
call acs_permission grant_permission (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_permission grant_permission \ [ -dbn dbn ] -object_id object_id -grantee_id grantee_id \ -privilege privilege
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -object_id (required)
- -grantee_id (required)
- -privilege (required)
- Testcases:
- No testcase defined.
call acs_permission permission_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_permission permission_p \ [ -dbn dbn ] -object_id object_id -party_id party_id \ -privilege privilege
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -object_id (required)
- -party_id (required)
- -privilege (required)
- Testcases:
- No testcase defined.
call acs_permission permission_p_recursive_array (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_permission permission_p_recursive_array \ [ -dbn dbn ] -objects objects -party_id party_id \ -privilege privilege
Automatically generated method TYPES: {integer[]} integer {character varying}
- Switches:
- -dbn (optional)
- -objects (required)
- -party_id (required)
- -privilege (required)
- Testcases:
- No testcase defined.
call acs_permission revoke_permission (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_permission revoke_permission \ [ -dbn dbn ] -object_id object_id -grantee_id grantee_id \ -privilege privilege
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -object_id (required)
- -grantee_id (required)
- -privilege (required)
- Testcases:
- No testcase defined.
call acs_privilege add_child (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_privilege add_child \ [ -dbn dbn ] -privilege privilege \ -child_privilege child_privilege
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -privilege (required)
- -child_privilege (required)
- Testcases:
- No testcase defined.
call acs_privilege create_privilege (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_privilege create_privilege \ [ -dbn dbn ] -privilege privilege [ -pretty_name pretty_name ] \ [ -pretty_plural pretty_plural ]
Automatically generated method TYPES: {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -privilege (required)
- -pretty_name (optional, accept empty)
- -pretty_plural (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_privilege drop_privilege (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_privilege drop_privilege \ [ -dbn dbn ] -privilege privilege
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -privilege (required)
- Testcases:
- No testcase defined.
call acs_privilege remove_child (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_privilege remove_child \ [ -dbn dbn ] -privilege privilege \ -child_privilege child_privilege
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -privilege (required)
- -child_privilege (required)
- Testcases:
- No testcase defined.
call acs_reference delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_reference delete \ [ -dbn dbn ] -repository_id repository_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -repository_id (required)
- Testcases:
- No testcase defined.
call acs_reference is_expired_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_reference is_expired_p \ [ -dbn dbn ] -repository_id repository_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -repository_id (required)
- Testcases:
- No testcase defined.
call acs_reference new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_reference new \ [ -dbn dbn ] [ -repository_id repository_id ] \ -table_name table_name [ -internal_data_p internal_data_p ] \ [ -package_name package_name ] [ -last_update last_update ] \ [ -source source ] [ -source_url source_url ] \ [ -effective_date effective_date ] [ -expiry_date expiry_date ] \ [ -maintainer_id maintainer_id ] [ -notes notes ] \ [ -first_names first_names ] [ -last_name last_name ] \ [ -creation_ip creation_ip ] [ -object_type object_type ] \ [ -creation_user creation_user ]
Automatically generated method TYPES: integer {character varying} boolean {character varying} {timestamp with time zone} {character varying} {character varying} {timestamp with time zone} {timestamp with time zone} integer integer {character varying} {character varying} integer {character varying} integer
- Switches:
- -dbn (optional)
- -repository_id (optional, accept empty)
- -table_name (required)
- -internal_data_p (optional, defaults to
""f""
)- -package_name (optional, accept empty)
- -last_update (optional, defaults to
"sysdate"
)- -source (optional, accept empty)
- -source_url (optional, accept empty)
- -effective_date (optional, defaults to
"sysdate"
)- -expiry_date (optional, accept empty)
- -maintainer_id (optional, accept empty)
- -notes (optional, defaults to
"null (not Oracle empty_blob())"
)- -first_names (optional, accept empty)
- -last_name (optional, accept empty)
- -creation_ip (optional, accept empty)
- -object_type (optional, defaults to
""acs_reference_repository""
)- -creation_user (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_rel delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_rel delete \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call acs_rel new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_rel new \ [ -dbn dbn ] [ -rel_id rel_id ] [ -rel_type rel_type ] \ -object_id_one object_id_one -object_id_two object_id_two \ [ -context_id context_id ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ]
Automatically generated method TYPES: integer {character varying} integer integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -rel_id (optional, accept empty)
- -rel_type (optional, defaults to
"relationship"
)- -object_id_one (required)
- -object_id_two (required)
- -context_id (optional, accept empty)
- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_rel_type create_role (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_rel_type create_role \ [ -dbn dbn ] -role role [ -pretty_name pretty_name ] \ [ -pretty_plural pretty_plural ]
Automatically generated method TYPES: {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -role (required)
- -pretty_name (optional, accept empty)
- -pretty_plural (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_rel_type create_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_rel_type create_type \ [ -dbn dbn ] -rel_type rel_type -pretty_name pretty_name \ -pretty_plural pretty_plural [ -supertype supertype ] \ -table_name table_name -id_column id_column \ -package_name package_name -object_type_one object_type_one \ [ -role_one role_one ] -min_n_rels_one min_n_rels_one \ -max_n_rels_one max_n_rels_one -object_type_two object_type_two \ [ -role_two role_two ] -min_n_rels_two min_n_rels_two \ -max_n_rels_two max_n_rels_two [ -composable_p composable_p ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} integer integer {character varying} {character varying} integer integer boolean
- Switches:
- -dbn (optional)
- -rel_type (required)
- -pretty_name (required)
- -pretty_plural (required)
- -supertype (optional, defaults to
"relationship"
)- -table_name (required)
- -id_column (required)
- -package_name (required)
- -object_type_one (required)
- -role_one (optional, accept empty)
- -min_n_rels_one (required)
- -max_n_rels_one (required)
- -object_type_two (required)
- -role_two (optional, accept empty)
- -min_n_rels_two (required)
- -max_n_rels_two (required)
- -composable_p (optional, defaults to
"t"
)- Testcases:
- No testcase defined.
call acs_rel_type drop_role (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_rel_type drop_role \ [ -dbn dbn ] -role role
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -role (required)
- Testcases:
- No testcase defined.
call acs_rel_type drop_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_rel_type drop_type \ [ -dbn dbn ] -rel_type rel_type [ -cascade_p cascade_p ]
Automatically generated method TYPES: {character varying} boolean
- Switches:
- -dbn (optional)
- -rel_type (required)
- -cascade_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call acs_rel_type role_pretty_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_rel_type role_pretty_name \ [ -dbn dbn ] -role role
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -role (required)
- Testcases:
- No testcase defined.
call acs_rel_type role_pretty_plural (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_rel_type role_pretty_plural \ [ -dbn dbn ] -role role
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -role (required)
- Testcases:
- No testcase defined.
call acs_sc_binding delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_binding delete \ [ -dbn dbn ] -contract_name contract_name -impl_name impl_name
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -contract_name (required)
- -impl_name (required)
- Testcases:
- No testcase defined.
call acs_sc_binding exists_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_binding exists_p \ [ -dbn dbn ] -contract_name contract_name -impl_name impl_name
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -contract_name (required)
- -impl_name (required)
- Testcases:
- No testcase defined.
call acs_sc_binding new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_binding new \ [ -dbn dbn ] -contract_name contract_name -impl_name impl_name
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -contract_name (required)
- -impl_name (required)
- Testcases:
- No testcase defined.
call acs_sc_contract delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_contract delete \ [ -dbn dbn ] -contract_name contract_name
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -contract_name (required)
- Testcases:
- No testcase defined.
call acs_sc_contract get_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_contract get_id \ [ -dbn dbn ] -contract_name contract_name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -contract_name (required)
- Testcases:
- No testcase defined.
call acs_sc_contract get_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_contract get_name \ [ -dbn dbn ] -contract_id contract_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -contract_id (required)
- Testcases:
- No testcase defined.
call acs_sc_contract new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_contract new \ [ -dbn dbn ] -contract_name contract_name \ -contract_desc contract_desc
Automatically generated method TYPES: {character varying} text
- Switches:
- -dbn (optional)
- -contract_name (required)
- -contract_desc (required)
- Testcases:
- No testcase defined.
call acs_sc_impl delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_impl delete \ [ -dbn dbn ] -impl_contract_name impl_contract_name \ -impl_name impl_name
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -impl_contract_name (required)
- -impl_name (required)
- Testcases:
- No testcase defined.
call acs_sc_impl get_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_impl get_id \ [ -dbn dbn ] -impl_contract_name impl_contract_name \ -impl_name impl_name
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -impl_contract_name (required)
- -impl_name (required)
- Testcases:
- No testcase defined.
call acs_sc_impl get_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_impl get_name \ [ -dbn dbn ] -impl_id impl_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -impl_id (required)
- Testcases:
- No testcase defined.
call acs_sc_impl new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_impl new \ [ -dbn dbn ] -impl_contract_name impl_contract_name \ -impl_name impl_name -impl_pretty_name impl_pretty_name \ -impl_owner_name impl_owner_name
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -impl_contract_name (required)
- -impl_name (required)
- -impl_pretty_name (required)
- -impl_owner_name (required)
- Testcases:
- No testcase defined.
call acs_sc_impl_alias delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_impl_alias delete \ [ -dbn dbn ] -impl_contract_name impl_contract_name \ -impl_name impl_name -impl_operation_name impl_operation_name
Automatically generated method TYPES: {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -impl_contract_name (required)
- -impl_name (required)
- -impl_operation_name (required)
- Testcases:
- No testcase defined.
call acs_sc_impl_alias new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_impl_alias new \ [ -dbn dbn ] -impl_contract_name impl_contract_name \ -impl_name impl_name -impl_operation_name impl_operation_name \ -impl_alias impl_alias -impl_pl impl_pl
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -impl_contract_name (required)
- -impl_name (required)
- -impl_operation_name (required)
- -impl_alias (required)
- -impl_pl (required)
- Testcases:
- No testcase defined.
call acs_sc_msg_type delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_msg_type delete \ [ -dbn dbn ] -msg_type_name msg_type_name
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -msg_type_name (required)
- Testcases:
- No testcase defined.
call acs_sc_msg_type get_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_msg_type get_id \ [ -dbn dbn ] -msg_type_name msg_type_name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -msg_type_name (required)
- Testcases:
- No testcase defined.
call acs_sc_msg_type get_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_msg_type get_name \ [ -dbn dbn ] -msg_type_id msg_type_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -msg_type_id (required)
- Testcases:
- No testcase defined.
call acs_sc_msg_type new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_msg_type new \ [ -dbn dbn ] -msg_type_name msg_type_name \ -msg_type_spec msg_type_spec
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -msg_type_name (required)
- -msg_type_spec (required)
- Testcases:
- No testcase defined.
call acs_sc_msg_type new_element (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_msg_type new_element \ [ -dbn dbn ] -msg_type_name msg_type_name \ -element_name element_name \ -element_msg_type_name element_msg_type_name \ [ -element_msg_type_isset_p element_msg_type_isset_p ] \ -element_pos element_pos
Automatically generated method TYPES: {character varying} {character varying} {character varying} boolean integer
- Switches:
- -dbn (optional)
- -msg_type_name (required)
- -element_name (required)
- -element_msg_type_name (required)
- -element_msg_type_isset_p (optional, defaults to
"f"
)- -element_pos (required)
- Testcases:
- No testcase defined.
call acs_sc_msg_type parse_spec (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_msg_type parse_spec \ [ -dbn dbn ] -msg_type_name msg_type_name \ -msg_type_spec msg_type_spec
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -msg_type_name (required)
- -msg_type_spec (required)
- Testcases:
- No testcase defined.
call acs_sc_operation get_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_operation get_id \ [ -dbn dbn ] -contract_name contract_name \ -operation_name operation_name
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -contract_name (required)
- -operation_name (required)
- Testcases:
- No testcase defined.
call acs_sc_operation new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_sc_operation new \ [ -dbn dbn ] -contract_name contract_name \ -operation_name operation_name -operation_desc operation_desc \ [ -operation_iscachable_p operation_iscachable_p ] \ -operation_nargs operation_nargs \ -operation_inputtype operation_inputtype \ -operation_outputtype operation_outputtype
Automatically generated method TYPES: {character varying} {character varying} text boolean integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -contract_name (required)
- -operation_name (required)
- -operation_desc (required)
- -operation_iscachable_p (optional, defaults to
"f"
)- -operation_nargs (required)
- -operation_inputtype (required)
- -operation_outputtype (required)
- Testcases:
- No testcase defined.
call acs_user approve_email (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_user approve_email \ [ -dbn dbn ] -user_id user_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -user_id (required)
- Testcases:
- No testcase defined.
call acs_user delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_user delete \ [ -dbn dbn ] -user_id user_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -user_id (required)
- Testcases:
- No testcase defined.
call acs_user new (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_user new \ [ -dbn dbn ] [ -user_id user_id ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -authority_id authority_id ] \ -username username -email email [ -url url ] \ -first_names first_names -last_name last_name \ -password password -salt salt [ -screen_name screen_name ] \ [ -email_verified_p email_verified_p ] [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} integer {character varying} {character varying} {character varying} {character varying} {character varying} character character {character varying} boolean integer
- Switches:
- -dbn (optional)
- -user_id (optional, accept empty)
- -object_type (optional, defaults to
"user"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -authority_id (optional, accept empty)
- -username (required)
- -email (required)
- -url (optional, accept empty)
- -first_names (required)
- -last_name (required)
- -password (required)
- -salt (required)
- -screen_name (optional, accept empty)
- -email_verified_p (optional, defaults to
"t"
)- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call acs_user unapprove_email (scripted, public)
<instance of acs::db::nsdb-postgresql> call acs_user unapprove_email \ [ -dbn dbn ] -user_id user_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -user_id (required)
- Testcases:
- No testcase defined.
call admin_rel delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call admin_rel delete \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call admin_rel new (scripted, public)
<instance of acs::db::nsdb-postgresql> call admin_rel new \ [ -dbn dbn ] [ -rel_id rel_id ] [ -rel_type rel_type ] \ -object_id_one object_id_one -object_id_two object_id_two \ [ -member_state member_state ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ]
Automatically generated method TYPES: integer {character varying} integer integer {character varying} integer {character varying}
- Switches:
- -dbn (optional)
- -rel_id (optional, accept empty)
- -rel_type (optional, defaults to
"admin_rel"
)- -object_id_one (required)
- -object_id_two (required)
- -member_state (optional, defaults to
"approved"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- Testcases:
- No testcase defined.
call apm get_value (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm get_value \ [ -dbn dbn ] -package_id package_id \ -parameter_name parameter_name
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -package_id (required)
- -parameter_name (required)
- Testcases:
- No testcase defined.
call apm id_for_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm id_for_name \ [ -dbn dbn ] -package_key package_key \ -parameter_name parameter_name
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -package_key (required)
- -parameter_name (required)
- Testcases:
- No testcase defined.
call apm parameter_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm parameter_p \ [ -dbn dbn ] -package_key package_key \ -parameter_name parameter_name
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -package_key (required)
- -parameter_name (required)
- Testcases:
- No testcase defined.
call apm register_application (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm register_application \ [ -dbn dbn ] -package_key package_key -pretty_name pretty_name \ -pretty_plural pretty_plural -package_uri package_uri \ [ -initial_install_p initial_install_p ] \ [ -singleton_p singleton_p ] \ [ -implements_subsite_p implements_subsite_p ] \ [ -inherit_templates_p inherit_templates_p ] \ [ -spec_file_path spec_file_path ] \ [ -spec_file_mtime spec_file_mtime ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} boolean boolean boolean boolean {character varying} integer
- Switches:
- -dbn (optional)
- -package_key (required)
- -pretty_name (required)
- -pretty_plural (required)
- -package_uri (required)
- -initial_install_p (optional, defaults to
"f"
)- -singleton_p (optional, defaults to
"f"
)- -implements_subsite_p (optional, defaults to
"f"
)- -inherit_templates_p (optional, defaults to
"f"
)- -spec_file_path (optional, accept empty)
- -spec_file_mtime (optional, accept empty)
- Testcases:
- No testcase defined.
call apm register_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm register_p \ [ -dbn dbn ] -package_key package_key
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -package_key (required)
- Testcases:
- No testcase defined.
call apm register_package (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm register_package \ [ -dbn dbn ] -package_key package_key -pretty_name pretty_name \ -pretty_plural pretty_plural -package_uri package_uri \ -package_type package_type \ [ -initial_install_p initial_install_p ] \ [ -singleton_p singleton_p ] \ [ -implements_subsite_p implements_subsite_p ] \ [ -inherit_templates_p inherit_templates_p ] \ [ -spec_file_path spec_file_path ] \ [ -spec_file_mtime spec_file_mtime ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying} boolean boolean boolean boolean {character varying} integer
- Switches:
- -dbn (optional)
- -package_key (required)
- -pretty_name (required)
- -pretty_plural (required)
- -package_uri (required)
- -package_type (required)
- -initial_install_p (optional, defaults to
"f"
)- -singleton_p (optional, defaults to
"f"
)- -implements_subsite_p (optional, defaults to
"f"
)- -inherit_templates_p (optional, defaults to
"f"
)- -spec_file_path (optional, accept empty)
- -spec_file_mtime (optional, accept empty)
- Testcases:
- No testcase defined.
call apm register_parameter (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm register_parameter \ [ -dbn dbn ] [ -parameter_id parameter_id ] \ -package_key package_key -parameter_name parameter_name \ [ -description description ] -scope scope [ -datatype datatype ] \ [ -default_value default_value ] [ -section_name section_name ] \ [ -min_n_values min_n_values ] [ -max_n_values max_n_values ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} integer integer
- Switches:
- -dbn (optional)
- -parameter_id (optional, accept empty)
- -package_key (required)
- -parameter_name (required)
- -description (optional, accept empty)
- -scope (required)
- -datatype (optional, defaults to
"string"
)- -default_value (optional, accept empty)
- -section_name (optional, accept empty)
- -min_n_values (optional, defaults to
"1"
)- -max_n_values (optional, defaults to
"1"
)- Testcases:
- No testcase defined.
call apm register_service (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm register_service \ [ -dbn dbn ] -package_key package_key -pretty_name pretty_name \ -pretty_plural pretty_plural -package_uri package_uri \ [ -initial_install_p initial_install_p ] \ [ -singleton_p singleton_p ] \ [ -implements_subsite_p implements_subsite_p ] \ [ -inherit_templates_p inherit_templates_p ] \ [ -spec_file_path spec_file_path ] \ [ -spec_file_mtime spec_file_mtime ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} boolean boolean boolean boolean {character varying} integer
- Switches:
- -dbn (optional)
- -package_key (required)
- -pretty_name (required)
- -pretty_plural (required)
- -package_uri (required)
- -initial_install_p (optional, defaults to
"f"
)- -singleton_p (optional, defaults to
"f"
)- -implements_subsite_p (optional, defaults to
"f"
)- -inherit_templates_p (optional, defaults to
"f"
)- -spec_file_path (optional, accept empty)
- -spec_file_mtime (optional, accept empty)
- Testcases:
- No testcase defined.
call apm set_global_value (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm set_global_value \ [ -dbn dbn ] -package_key package_key \ -parameter_name parameter_name -attr_value attr_value
Automatically generated method TYPES: {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -package_key (required)
- -parameter_name (required)
- -attr_value (required)
- Testcases:
- No testcase defined.
call apm set_value (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm set_value \ [ -dbn dbn ] -package_id package_id \ -parameter_name parameter_name -attr_value attr_value
Automatically generated method TYPES: integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -package_id (required)
- -parameter_name (required)
- -attr_value (required)
- Testcases:
- No testcase defined.
call apm unregister_application (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm unregister_application \ [ -dbn dbn ] -package_key package_key [ -cascade_p cascade_p ]
Automatically generated method TYPES: {character varying} boolean
- Switches:
- -dbn (optional)
- -package_key (required)
- -cascade_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call apm unregister_package (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm unregister_package \ [ -dbn dbn ] -package_key package_key [ -cascade_p cascade_p ]
Automatically generated method TYPES: {character varying} boolean
- Switches:
- -dbn (optional)
- -package_key (required)
- -cascade_p (optional, defaults to
"t"
)- Testcases:
- No testcase defined.
call apm unregister_parameter (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm unregister_parameter \ [ -dbn dbn ] [ -parameter_id parameter_id ]
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -parameter_id (optional, accept empty)
- Testcases:
- No testcase defined.
call apm unregister_service (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm unregister_service \ [ -dbn dbn ] -package_key package_key [ -cascade_p cascade_p ]
Automatically generated method TYPES: {character varying} boolean
- Switches:
- -dbn (optional)
- -package_key (required)
- -cascade_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call apm update_package (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm update_package \ [ -dbn dbn ] -package_key package_key \ [ -pretty_name pretty_name ] [ -pretty_plural pretty_plural ] \ [ -package_uri package_uri ] [ -package_type package_type ] \ [ -initial_install_p initial_install_p ] \ [ -singleton_p singleton_p ] \ [ -implements_subsite_p implements_subsite_p ] \ [ -inherit_templates_p inherit_templates_p ] \ [ -spec_file_path spec_file_path ] \ [ -spec_file_mtime spec_file_mtime ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying} boolean boolean boolean boolean {character varying} integer
- Switches:
- -dbn (optional)
- -package_key (required)
- -pretty_name (optional, accept empty)
- -pretty_plural (optional, accept empty)
- -package_uri (optional, accept empty)
- -package_type (optional, accept empty)
- -initial_install_p (optional, accept empty)
- -singleton_p (optional, accept empty)
- -implements_subsite_p (optional, defaults to
"f"
)- -inherit_templates_p (optional, defaults to
"f"
)- -spec_file_path (optional, accept empty)
- -spec_file_mtime (optional, accept empty)
- Testcases:
- No testcase defined.
call apm update_parameter (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm update_parameter \ [ -dbn dbn ] -parameter_id parameter_id \ [ -parameter_name parameter_name ] [ -description description ] \ [ -datatype datatype ] [ -default_value default_value ] \ [ -section_name section_name ] [ -min_n_values min_n_values ] \ [ -max_n_values max_n_values ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {character varying} {character varying} integer integer
- Switches:
- -dbn (optional)
- -parameter_id (required)
- -parameter_name (optional, accept empty)
- -description (optional, accept empty)
- -datatype (optional, defaults to
"string"
)- -default_value (optional, accept empty)
- -section_name (optional, accept empty)
- -min_n_values (optional, defaults to
"1"
)- -max_n_values (optional, defaults to
"1"
)- Testcases:
- No testcase defined.
call apm_application delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_application delete \ [ -dbn dbn ] -application_id application_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -application_id (required)
- Testcases:
- No testcase defined.
call apm_application new (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_application new \ [ -dbn dbn ] [ -application_id application_id ] \ [ -instance_name instance_name ] -package_key package_key \ [ -object_type object_type ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -application_id (optional, accept empty)
- -instance_name (optional, accept empty)
- -package_key (required)
- -object_type (optional, defaults to
"apm_application"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call apm_package delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package delete \ [ -dbn dbn ] -package_id package_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -package_id (required)
- Testcases:
- No testcase defined.
call apm_package highest_version (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package highest_version \ [ -dbn dbn ] -package_key package_key
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -package_key (required)
- Testcases:
- No testcase defined.
call apm_package initial_install_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package initial_install_p \ [ -dbn dbn ] -package_key package_key
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -package_key (required)
- Testcases:
- No testcase defined.
call apm_package initialize_parameters (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package initialize_parameters \ [ -dbn dbn ] -package_id package_id -package_key package_key
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -package_id (required)
- -package_key (required)
- Testcases:
- No testcase defined.
call apm_package is_child (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package is_child \ [ -dbn dbn ] -parent_package_key parent_package_key \ -child_package_key child_package_key
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -parent_package_key (required)
- -child_package_key (required)
- Testcases:
- No testcase defined.
call apm_package name (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package name \ [ -dbn dbn ] -package_id package_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -package_id (required)
- Testcases:
- No testcase defined.
call apm_package new (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package new \ [ -dbn dbn ] [ -package_id package_id ] \ [ -instance_name instance_name ] -package_key package_key \ [ -object_type object_type ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -package_id (optional, accept empty)
- -instance_name (optional, accept empty)
- -package_key (required)
- -object_type (optional, defaults to
"apm_package"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call apm_package num_instances (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package num_instances \ [ -dbn dbn ] -package_key package_key
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -package_key (required)
- Testcases:
- No testcase defined.
call apm_package parent_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package parent_id \ [ -dbn dbn ] -parent_id__package_id parent_id__package_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -parent_id__package_id (required)
- Testcases:
- No testcase defined.
call apm_package singleton_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package singleton_p \ [ -dbn dbn ] -package_key package_key
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -package_key (required)
- Testcases:
- No testcase defined.
call apm_package_type create_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_type create_type \ [ -dbn dbn ] -package_key package_key -pretty_name pretty_name \ -pretty_plural pretty_plural -package_uri package_uri \ -package_type package_type -initial_install_p initial_install_p \ -singleton_p singleton_p \ -implements_subsite_p implements_subsite_p \ -inherit_templates_p inherit_templates_p \ [ -spec_file_path spec_file_path ] \ [ -spec_file_mtime spec_file_mtime ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying} boolean boolean boolean boolean {character varying} integer
- Switches:
- -dbn (optional)
- -package_key (required)
- -pretty_name (required)
- -pretty_plural (required)
- -package_uri (required)
- -package_type (required)
- -initial_install_p (required)
- -singleton_p (required)
- -implements_subsite_p (required)
- -inherit_templates_p (required)
- -spec_file_path (optional, accept empty)
- -spec_file_mtime (optional, accept empty)
- Testcases:
- No testcase defined.
call apm_package_type drop_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_type drop_type \ [ -dbn dbn ] -package_key package_key [ -cascade_p cascade_p ]
Automatically generated method TYPES: {character varying} boolean
- Switches:
- -dbn (optional)
- -package_key (required)
- -cascade_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call apm_package_type num_parameters (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_type num_parameters \ [ -dbn dbn ] -package_key package_key
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -package_key (required)
- Testcases:
- No testcase defined.
call apm_package_type update_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_type update_type \ [ -dbn dbn ] -package_key package_key \ [ -pretty_name pretty_name ] [ -pretty_plural pretty_plural ] \ [ -package_uri package_uri ] [ -package_type package_type ] \ [ -initial_install_p initial_install_p ] \ [ -singleton_p singleton_p ] \ [ -implements_subsite_p implements_subsite_p ] \ [ -inherit_templates_p inherit_templates_p ] \ [ -spec_file_path spec_file_path ] \ [ -spec_file_mtime spec_file_mtime ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying} boolean boolean boolean boolean {character varying} integer
- Switches:
- -dbn (optional)
- -package_key (required)
- -pretty_name (optional, accept empty)
- -pretty_plural (optional, accept empty)
- -package_uri (optional, accept empty)
- -package_type (optional, accept empty)
- -initial_install_p (optional, accept empty)
- -singleton_p (optional, accept empty)
- -implements_subsite_p (optional, accept empty)
- -inherit_templates_p (optional, accept empty)
- -spec_file_path (optional, accept empty)
- -spec_file_mtime (optional, accept empty)
- Testcases:
- No testcase defined.
call apm_package_version add_dependency (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version add_dependency \ [ -dbn dbn ] -dependency_type dependency_type \ [ -dependency_id dependency_id ] -version_id version_id \ -dependency_uri dependency_uri \ -dependency_version dependency_version
Automatically generated method TYPES: {character varying} integer integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -dependency_type (required)
- -dependency_id (optional, accept empty)
- -version_id (required)
- -dependency_uri (required)
- -dependency_version (required)
- Testcases:
- No testcase defined.
call apm_package_version add_interface (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version add_interface \ [ -dbn dbn ] [ -interface_id interface_id ] \ -version_id version_id -interface_uri interface_uri \ -interface_version interface_version
Automatically generated method TYPES: integer integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -interface_id (optional, accept empty)
- -version_id (required)
- -interface_uri (required)
- -interface_version (required)
- Testcases:
- No testcase defined.
call apm_package_version copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version copy \ [ -dbn dbn ] -version_id version_id \ [ -new_version_id new_version_id ] \ -new_version_name new_version_name \ -new_version_uri new_version_uri -copy_owners_p copy_owners_p
Automatically generated method TYPES: integer integer {character varying} {character varying} boolean
- Switches:
- -dbn (optional)
- -version_id (required)
- -new_version_id (optional, accept empty)
- -new_version_name (required)
- -new_version_uri (required)
- -copy_owners_p (required)
- Testcases:
- No testcase defined.
call apm_package_version delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version delete \ [ -dbn dbn ] -version_id version_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -version_id (required)
- Testcases:
- No testcase defined.
call apm_package_version disable (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version disable \ [ -dbn dbn ] -version_id version_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -version_id (required)
- Testcases:
- No testcase defined.
call apm_package_version edit (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version edit \ [ -dbn dbn ] [ -new_version_id new_version_id ] \ -version_id version_id [ -version_name version_name ] \ -version_uri version_uri -summary summary \ -description_format description_format -description description \ -release_date release_date -vendor vendor \ -vendor_uri vendor_uri -auto_mount auto_mount \ [ -installed_p installed_p ] \ [ -data_model_loaded_p data_model_loaded_p ]
Automatically generated method TYPES: integer integer {character varying} {character varying} {character varying} {character varying} {character varying} {timestamp with time zone} {character varying} {character varying} {character varying} boolean boolean
- Switches:
- -dbn (optional)
- -new_version_id (optional, accept empty)
- -version_id (required)
- -version_name (optional, accept empty)
- -version_uri (required)
- -summary (required)
- -description_format (required)
- -description (required)
- -release_date (required)
- -vendor (required)
- -vendor_uri (required)
- -auto_mount (required)
- -installed_p (optional, defaults to
"f"
)- -data_model_loaded_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call apm_package_version enable (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version enable \ [ -dbn dbn ] -version_id version_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -version_id (required)
- Testcases:
- No testcase defined.
call apm_package_version new (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version new \ [ -dbn dbn ] [ -version_id version_id ] -package_key package_key \ [ -version_name version_name ] -version_uri version_uri \ -summary summary -description_format description_format \ -description description -release_date release_date \ -vendor vendor -vendor_uri vendor_uri -auto_mount auto_mount \ [ -installed_p installed_p ] \ [ -data_model_loaded_p data_model_loaded_p ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} {timestamp with time zone} {character varying} {character varying} {character varying} boolean boolean
- Switches:
- -dbn (optional)
- -version_id (optional, accept empty)
- -package_key (required)
- -version_name (optional, accept empty)
- -version_uri (required)
- -summary (required)
- -description_format (required)
- -description (required)
- -release_date (required)
- -vendor (required)
- -vendor_uri (required)
- -auto_mount (required)
- -installed_p (optional, defaults to
"f"
)- -data_model_loaded_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call apm_package_version remove_dependency (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version remove_dependency \ [ -dbn dbn ] -dependency_uri dependency_uri \ -dependency_version dependency_version -version_id version_id
Automatically generated method TYPES: {character varying} {character varying} integer
- Switches:
- -dbn (optional)
- -dependency_uri (required)
- -dependency_version (required)
- -version_id (required)
- Testcases:
- No testcase defined.
call apm_package_version remove_interface (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version remove_interface \ [ -dbn dbn ] -interface_uri interface_uri \ -interface_version interface_version -version_id version_id
Automatically generated method TYPES: {character varying} {character varying} integer
- Switches:
- -dbn (optional)
- -interface_uri (required)
- -interface_version (required)
- -version_id (required)
- Testcases:
- No testcase defined.
call apm_package_version sortable_version_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version sortable_version_name \ [ -dbn dbn ] -version_name version_name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -version_name (required)
- Testcases:
- No testcase defined.
call apm_package_version upgrade (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version upgrade \ [ -dbn dbn ] -version_id version_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -version_id (required)
- Testcases:
- No testcase defined.
call apm_package_version upgrade_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version upgrade_p \ [ -dbn dbn ] -path path \ -initial_version_name initial_version_name \ -final_version_name final_version_name
Automatically generated method TYPES: {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -path (required)
- -initial_version_name (required)
- -final_version_name (required)
- Testcases:
- No testcase defined.
call apm_package_version version_name_greater (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_package_version version_name_greater \ [ -dbn dbn ] -version_name_one version_name_one \ -version_name_two version_name_two
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -version_name_one (required)
- -version_name_two (required)
- Testcases:
- No testcase defined.
call apm_parameter_value delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_parameter_value delete \ [ -dbn dbn ] [ -value_id value_id ]
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -value_id (optional, accept empty)
- Testcases:
- No testcase defined.
call apm_parameter_value new (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_parameter_value new \ [ -dbn dbn ] [ -value_id value_id ] -package_id package_id \ -parameter_id parameter_id -attr_value attr_value
Automatically generated method TYPES: integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -value_id (optional, accept empty)
- -package_id (required)
- -parameter_id (required)
- -attr_value (required)
- Testcases:
- No testcase defined.
call apm_service delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_service delete \ [ -dbn dbn ] -service_id service_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -service_id (required)
- Testcases:
- No testcase defined.
call apm_service new (scripted, public)
<instance of acs::db::nsdb-postgresql> call apm_service new \ [ -dbn dbn ] [ -service_id service_id ] \ [ -instance_name instance_name ] -package_key package_key \ [ -object_type object_type ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -service_id (optional, accept empty)
- -instance_name (optional, accept empty)
- -package_key (required)
- -object_type (optional, defaults to
"apm_service"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call application_group new (scripted, public)
<instance of acs::db::nsdb-postgresql> call application_group new \ [ -dbn dbn ] -group_id group_id [ -object_type object_type ] \ [ -creation_date creation_date ] -creation_user creation_user \ -creation_ip creation_ip -email email -url url \ -group_name group_name -package_id package_id \ -join_policy join_policy -context_id context_id
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} {character varying} {character varying} {character varying} integer {character varying} integer
- Switches:
- -dbn (optional)
- -group_id (required)
- -object_type (optional, defaults to
"application_group"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (required)
- -creation_ip (required)
- -email (required)
- -url (required)
- -group_name (required)
- -package_id (required)
- -join_policy (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call authority del (scripted, public)
<instance of acs::db::nsdb-postgresql> call authority del \ [ -dbn dbn ] -authority_id authority_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -authority_id (required)
- Testcases:
- No testcase defined.
call authority new (scripted, public)
<instance of acs::db::nsdb-postgresql> call authority new \ [ -dbn dbn ] [ -authority_id authority_id ] \ [ -object_type object_type ] -short_name short_name \ -pretty_name pretty_name [ -enabled_p enabled_p ] \ -sort_order sort_order [ -auth_impl_id auth_impl_id ] \ [ -pwd_impl_id pwd_impl_id ] \ [ -forgotten_pwd_url forgotten_pwd_url ] \ [ -change_pwd_url change_pwd_url ] \ [ -register_impl_id register_impl_id ] \ [ -register_url register_url ] \ [ -help_contact_text help_contact_text ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} boolean integer integer integer {character varying} {character varying} integer {character varying} {character varying} integer {character varying} integer
- Switches:
- -dbn (optional)
- -authority_id (optional, accept empty)
- -object_type (optional, defaults to
"authority"
)- -short_name (required)
- -pretty_name (required)
- -enabled_p (optional, defaults to
"t"
)- -sort_order (required)
- -auth_impl_id (optional, accept empty)
- -pwd_impl_id (optional, accept empty)
- -forgotten_pwd_url (optional, accept empty)
- -change_pwd_url (optional, accept empty)
- -register_impl_id (optional, accept empty)
- -register_url (optional, accept empty)
- -help_contact_text (optional, accept empty)
- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call cal_item delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call cal_item delete \ [ -dbn dbn ] -cal_item_id cal_item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -cal_item_id (required)
- Testcases:
- No testcase defined.
call cal_item new (scripted, public)
<instance of acs::db::nsdb-postgresql> call cal_item new \ [ -dbn dbn ] [ -cal_item_id cal_item_id ] \ [ -on_which_calendar on_which_calendar ] -name name \ -description description [ -html_p html_p ] \ [ -status_summary status_summary ] [ -timespan_id timespan_id ] \ [ -activity_id activity_id ] [ -recurrence_id recurrence_id ] \ [ -object_type object_type ] [ -context_id context_id ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -package_id package_id ] \ [ -location location ] [ -related_link_url related_link_url ] \ [ -related_link_text related_link_text ] \ [ -redirect_to_rel_link_p redirect_to_rel_link_p ]
Automatically generated method TYPES: integer integer {character varying} {character varying} boolean {character varying} integer integer integer {character varying} integer {timestamp with time zone} integer {character varying} integer {character varying} {character varying} {character varying} boolean
- Switches:
- -dbn (optional)
- -cal_item_id (optional, accept empty)
- -on_which_calendar (optional, accept empty)
- -name (required)
- -description (required)
- -html_p (optional, accept empty)
- -status_summary (optional, accept empty)
- -timespan_id (optional, accept empty)
- -activity_id (optional, accept empty)
- -recurrence_id (optional, accept empty)
- -object_type (optional, defaults to
""cal_item""
)- -context_id (optional, accept empty)
- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -package_id (optional, accept empty)
- -location (optional, accept empty)
- -related_link_url (optional, accept empty)
- -related_link_text (optional, accept empty)
- -redirect_to_rel_link_p (optional, accept empty)
- Testcases:
- No testcase defined.
call cal_uid upsert (scripted, public)
<instance of acs::db::nsdb-postgresql> call cal_uid upsert \ [ -dbn dbn ] -cal_uid cal_uid -activity_id activity_id \ -ical_vars ical_vars
Automatically generated method TYPES: text integer text
- Switches:
- -dbn (optional)
- -cal_uid (required)
- -activity_id (required)
- -ical_vars (required)
- Testcases:
- No testcase defined.
call calendar delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call calendar delete \ [ -dbn dbn ] -calendar_id calendar_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -calendar_id (required)
- Testcases:
- No testcase defined.
call calendar new (scripted, public)
<instance of acs::db::nsdb-postgresql> call calendar new \ [ -dbn dbn ] -calendar_id calendar_id \ -calendar_name calendar_name [ -object_type object_type ] \ -owner_id owner_id -private_p private_p -package_id package_id \ -context_id context_id -creation_date creation_date \ -creation_user creation_user -creation_ip creation_ip
Automatically generated method TYPES: integer {character varying} {character varying} integer boolean integer integer {timestamp with time zone} integer {character varying}
- Switches:
- -dbn (optional)
- -calendar_id (required)
- -calendar_name (required)
- -object_type (optional, defaults to
"calendar"
)- -owner_id (required)
- -private_p (required)
- -package_id (required)
- -context_id (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- Testcases:
- No testcase defined.
call category change_parent (scripted, public)
<instance of acs::db::nsdb-postgresql> call category change_parent \ [ -dbn dbn ] -category_id category_id -tree_id tree_id \ -parent_id parent_id
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -category_id (required)
- -tree_id (required)
- -parent_id (required)
- Testcases:
- No testcase defined.
call category del (scripted, public)
<instance of acs::db::nsdb-postgresql> call category del \ [ -dbn dbn ] -category_id category_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -category_id (required)
- Testcases:
- No testcase defined.
call category edit (scripted, public)
<instance of acs::db::nsdb-postgresql> call category edit \ [ -dbn dbn ] -category_id category_id -locale locale -name name \ -description description -modifying_date modifying_date \ -modifying_user modifying_user -modifying_ip modifying_ip
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying}
- Switches:
- -dbn (optional)
- -category_id (required)
- -locale (required)
- -name (required)
- -description (required)
- -modifying_date (required)
- -modifying_user (required)
- -modifying_ip (required)
- Testcases:
- No testcase defined.
call category name (scripted, public)
<instance of acs::db::nsdb-postgresql> call category name \ [ -dbn dbn ] -category_id category_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -category_id (required)
- Testcases:
- No testcase defined.
call category new (scripted, public)
<instance of acs::db::nsdb-postgresql> call category new \ [ -dbn dbn ] -category_id category_id -tree_id tree_id \ -locale locale -name name -description description \ -parent_id parent_id -deprecated_p deprecated_p \ -creation_date creation_date -creation_user creation_user \ -creation_ip creation_ip
Automatically generated method TYPES: integer integer {character varying} {character varying} {character varying} integer boolean {timestamp with time zone} integer {character varying}
- Switches:
- -dbn (optional)
- -category_id (required)
- -tree_id (required)
- -locale (required)
- -name (required)
- -description (required)
- -parent_id (required)
- -deprecated_p (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- Testcases:
- No testcase defined.
call category new_translation (scripted, public)
<instance of acs::db::nsdb-postgresql> call category new_translation \ [ -dbn dbn ] -category_id category_id -locale locale -name name \ -description description -modifying_date modifying_date \ -modifying_user modifying_user -modifying_ip modifying_ip
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying}
- Switches:
- -dbn (optional)
- -category_id (required)
- -locale (required)
- -name (required)
- -description (required)
- -modifying_date (required)
- -modifying_user (required)
- -modifying_ip (required)
- Testcases:
- No testcase defined.
call category phase_in (scripted, public)
<instance of acs::db::nsdb-postgresql> call category phase_in \ [ -dbn dbn ] -category_id category_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -category_id (required)
- Testcases:
- No testcase defined.
call category phase_out (scripted, public)
<instance of acs::db::nsdb-postgresql> call category phase_out \ [ -dbn dbn ] -category_id category_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -category_id (required)
- Testcases:
- No testcase defined.
call category_link del (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_link del \ [ -dbn dbn ] -link_id link_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -link_id (required)
- Testcases:
- No testcase defined.
call category_link new (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_link new \ [ -dbn dbn ] -from_category_id from_category_id \ -to_category_id to_category_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -from_category_id (required)
- -to_category_id (required)
- Testcases:
- No testcase defined.
call category_synonym convert_string (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_synonym convert_string \ [ -dbn dbn ] -name name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -name (required)
- Testcases:
- No testcase defined.
call category_synonym del (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_synonym del \ [ -dbn dbn ] -synonym_id synonym_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -synonym_id (required)
- Testcases:
- No testcase defined.
call category_synonym edit (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_synonym edit \ [ -dbn dbn ] -synonym_id synonym_id -new_name new_name \ -locale locale
Automatically generated method TYPES: integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -synonym_id (required)
- -new_name (required)
- -locale (required)
- Testcases:
- No testcase defined.
call category_synonym get_similarity (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_synonym get_similarity \ [ -dbn dbn ] -len1 len1 -len2 len2 -matches matches
Automatically generated method TYPES: integer integer bigint
- Switches:
- -dbn (optional)
- -len1 (required)
- -len2 (required)
- -matches (required, integer)
- Testcases:
- No testcase defined.
call category_synonym new (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_synonym new \ [ -dbn dbn ] -name name -locale locale -category_id category_id \ -synonym_id synonym_id
Automatically generated method TYPES: {character varying} {character varying} integer integer
- Switches:
- -dbn (optional)
- -name (required)
- -locale (required)
- -category_id (required)
- -synonym_id (required)
- Testcases:
- No testcase defined.
call category_synonym reindex (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_synonym reindex \ [ -dbn dbn ] -synonym_id synonym_id -name name -locale locale
Automatically generated method TYPES: integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -synonym_id (required)
- -name (required)
- -locale (required)
- Testcases:
- No testcase defined.
call category_synonym search (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_synonym search \ [ -dbn dbn ] -search_text search_text -locale locale
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -search_text (required)
- -locale (required)
- Testcases:
- No testcase defined.
call category_tree check_nested_ind (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_tree check_nested_ind \ [ -dbn dbn ] -tree_id tree_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -tree_id (required)
- Testcases:
- No testcase defined.
call category_tree copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_tree copy \ [ -dbn dbn ] -source_tree source_tree -dest_tree dest_tree \ -creation_user creation_user -creation_ip creation_ip
Automatically generated method TYPES: integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -source_tree (required)
- -dest_tree (required)
- -creation_user (required)
- -creation_ip (required)
- Testcases:
- No testcase defined.
call category_tree del (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_tree del \ [ -dbn dbn ] -tree_id tree_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -tree_id (required)
- Testcases:
- No testcase defined.
call category_tree edit (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_tree edit \ [ -dbn dbn ] -tree_id tree_id -locale locale \ -tree_name tree_name -description description \ -site_wide_p site_wide_p -modifying_date modifying_date \ -modifying_user modifying_user -modifying_ip modifying_ip
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} boolean {timestamp with time zone} integer {character varying}
- Switches:
- -dbn (optional)
- -tree_id (required)
- -locale (required)
- -tree_name (required)
- -description (required)
- -site_wide_p (required)
- -modifying_date (required)
- -modifying_user (required)
- -modifying_ip (required)
- Testcases:
- No testcase defined.
call category_tree map (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_tree map \ [ -dbn dbn ] -object_id object_id -tree_id tree_id \ -subtree_category_id subtree_category_id \ -assign_single_p assign_single_p \ -require_category_p require_category_p -widget widget
Automatically generated method TYPES: integer integer integer boolean boolean {character varying}
- Switches:
- -dbn (optional)
- -object_id (required)
- -tree_id (required)
- -subtree_category_id (required)
- -assign_single_p (required)
- -require_category_p (required)
- -widget (required)
- Testcases:
- No testcase defined.
call category_tree name (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_tree name \ [ -dbn dbn ] -tree_id tree_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -tree_id (required)
- Testcases:
- No testcase defined.
call category_tree new (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_tree new \ [ -dbn dbn ] -tree_id tree_id -locale locale \ -tree_name tree_name -description description \ -site_wide_p site_wide_p -creation_date creation_date \ -creation_user creation_user -creation_ip creation_ip \ -context_id context_id
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} boolean {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -tree_id (required)
- -locale (required)
- -tree_name (required)
- -description (required)
- -site_wide_p (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call category_tree new_translation (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_tree new_translation \ [ -dbn dbn ] -tree_id tree_id -locale locale \ -tree_name tree_name -description description \ -modifying_date modifying_date -modifying_user modifying_user \ -modifying_ip modifying_ip
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying}
- Switches:
- -dbn (optional)
- -tree_id (required)
- -locale (required)
- -tree_name (required)
- -description (required)
- -modifying_date (required)
- -modifying_user (required)
- -modifying_ip (required)
- Testcases:
- No testcase defined.
call category_tree unmap (scripted, public)
<instance of acs::db::nsdb-postgresql> call category_tree unmap \ [ -dbn dbn ] -object_id object_id -tree_id tree_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -object_id (required)
- -tree_id (required)
- Testcases:
- No testcase defined.
call cmp_pg_version (scripted, public)
<instance of acs::db::nsdb-postgresql> call cmp_pg_version \ [ -dbn dbn ] -version version
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -version (required)
- Testcases:
- No testcase defined.
call column_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call column_exists \ [ -dbn dbn ] -table_name table_name -column_name column_name
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -table_name (required)
- -column_name (required)
- Testcases:
- No testcase defined.
call composition_rel check_index (scripted, public)
<instance of acs::db::nsdb-postgresql> call composition_rel check_index \ [ -dbn dbn ] -component_id component_id \ -container_id container_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -component_id (required)
- -container_id (required)
- Testcases:
- No testcase defined.
call composition_rel check_path_exists_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call composition_rel check_path_exists_p \ [ -dbn dbn ] -component_id component_id \ -container_id container_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -component_id (required)
- -container_id (required)
- Testcases:
- No testcase defined.
call composition_rel check_representation (scripted, public)
<instance of acs::db::nsdb-postgresql> call composition_rel check_representation \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call composition_rel delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call composition_rel delete \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call composition_rel new (scripted, public)
<instance of acs::db::nsdb-postgresql> call composition_rel new \ [ -dbn dbn ] [ -rel_id rel_id ] [ -rel_type rel_type ] \ -object_id_one object_id_one -object_id_two object_id_two \ [ -creation_user creation_user ] [ -creation_ip creation_ip ]
Automatically generated method TYPES: integer {character varying} integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -rel_id (optional, accept empty)
- -rel_type (optional, defaults to
"composition_rel"
)- -object_id_one (required)
- -object_id_two (required)
- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- Testcases:
- No testcase defined.
call content_extlink copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_extlink copy \ [ -dbn dbn ] -extlink_id extlink_id \ -target_folder_id target_folder_id -creation_user creation_user \ [ -creation_ip creation_ip ] -name name
Automatically generated method TYPES: integer integer integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -extlink_id (required)
- -target_folder_id (required)
- -creation_user (required)
- -creation_ip (optional, accept empty)
- -name (required)
- Testcases:
- No testcase defined.
call content_extlink delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_extlink delete \ [ -dbn dbn ] -extlink_id extlink_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -extlink_id (required)
- Testcases:
- No testcase defined.
call content_extlink is_extlink (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_extlink is_extlink \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_extlink new (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_extlink new \ [ -dbn dbn ] [ -name name ] -url url [ -label label ] \ [ -description description ] -parent_id parent_id \ [ -extlink_id extlink_id ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -package_id package_id ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} integer integer {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -name (optional, accept empty)
- -url (required)
- -label (optional, accept empty)
- -description (optional, accept empty)
- -parent_id (required)
- -extlink_id (optional, accept empty)
- -creation_date (optional, defaults to
"now"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -package_id (optional, accept empty)
- Testcases:
- No testcase defined.
call content_folder copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder copy \ [ -dbn dbn ] -folder_id folder_id \ -target_folder_id target_folder_id -creation_user creation_user \ [ -creation_ip creation_ip ] [ -name name ] [ -label label ]
Automatically generated method TYPES: integer integer integer {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -folder_id (required)
- -target_folder_id (required)
- -creation_user (required)
- -creation_ip (optional, accept empty)
- -name (optional, accept empty)
- -label (optional, accept empty)
- Testcases:
- No testcase defined.
call content_folder del (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder del \ [ -dbn dbn ] -folder_id folder_id [ -cascade_p cascade_p ]
Automatically generated method TYPES: integer boolean
- Switches:
- -dbn (optional)
- -folder_id (required)
- -cascade_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_folder delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder delete \ [ -dbn dbn ] -folder_id folder_id [ -cascade_p cascade_p ]
Automatically generated method TYPES: integer boolean
- Switches:
- -dbn (optional)
- -folder_id (required)
- -cascade_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_folder edit_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder edit_name \ [ -dbn dbn ] -folder_id folder_id [ -name name ] [ -label label ] \ [ -description description ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -folder_id (required)
- -name (optional, accept empty)
- -label (optional, accept empty)
- -description (optional, accept empty)
- Testcases:
- No testcase defined.
call content_folder get_index_page (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder get_index_page \ [ -dbn dbn ] -folder_id folder_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -folder_id (required)
- Testcases:
- No testcase defined.
call content_folder get_label (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder get_label \ [ -dbn dbn ] -folder_id folder_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -folder_id (required)
- Testcases:
- No testcase defined.
call content_folder is_empty (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder is_empty \ [ -dbn dbn ] -folder_id folder_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -folder_id (required)
- Testcases:
- No testcase defined.
call content_folder is_folder (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder is_folder \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_folder is_registered (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder is_registered \ [ -dbn dbn ] -folder_id folder_id -content_type content_type \ [ -include_subtypes include_subtypes ]
Automatically generated method TYPES: integer {character varying} boolean
- Switches:
- -dbn (optional)
- -folder_id (required)
- -content_type (required)
- -include_subtypes (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_folder is_root (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder is_root \ [ -dbn dbn ] -folder_id folder_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -folder_id (required)
- Testcases:
- No testcase defined.
call content_folder is_sub_folder (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder is_sub_folder \ [ -dbn dbn ] -folder_id folder_id \ -target_folder_id target_folder_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -folder_id (required)
- -target_folder_id (required)
- Testcases:
- No testcase defined.
call content_folder move (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder move \ [ -dbn dbn ] -folder_id folder_id \ -target_folder_id target_folder_id [ -name name ]
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -folder_id (required)
- -target_folder_id (required)
- -name (optional, accept empty)
- Testcases:
- No testcase defined.
call content_folder new (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder new \ [ -dbn dbn ] -name name -label label \ [ -description description ] [ -parent_id parent_id ] \ [ -context_id context_id ] [ -folder_id folder_id ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] \ [ -security_inherit_p security_inherit_p ] \ [ -package_id package_id ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} integer integer integer {timestamp with time zone} integer {character varying} boolean integer
- Switches:
- -dbn (optional)
- -name (required)
- -label (required)
- -description (optional, accept empty)
- -parent_id (optional, accept empty)
- -context_id (optional, accept empty)
- -folder_id (optional, accept empty)
- -creation_date (optional, defaults to
"now"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -security_inherit_p (optional, defaults to
"t"
)- -package_id (optional, accept empty)
- Testcases:
- No testcase defined.
call content_folder register_content_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder register_content_type \ [ -dbn dbn ] -folder_id folder_id -content_type content_type \ [ -include_subtypes include_subtypes ]
Automatically generated method TYPES: integer {character varying} boolean
- Switches:
- -dbn (optional)
- -folder_id (required)
- -content_type (required)
- -include_subtypes (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_folder unregister_content_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_folder unregister_content_type \ [ -dbn dbn ] -folder_id folder_id -content_type content_type \ [ -include_subtypes include_subtypes ]
Automatically generated method TYPES: integer {character varying} boolean
- Switches:
- -dbn (optional)
- -folder_id (required)
- -content_type (required)
- -include_subtypes (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_item copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item copy \ [ -dbn dbn ] -item_id item_id -target_folder_id target_folder_id \ -creation_user creation_user [ -creation_ip creation_ip ] \ [ -name name ]
Automatically generated method TYPES: integer integer integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -target_folder_id (required)
- -creation_user (required)
- -creation_ip (optional, accept empty)
- -name (optional, accept empty)
- Testcases:
- No testcase defined.
call content_item copy2 (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item copy2 \ [ -dbn dbn ] -item_id item_id -target_folder_id target_folder_id \ -creation_user creation_user [ -creation_ip creation_ip ]
Automatically generated method TYPES: integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -target_folder_id (required)
- -creation_user (required)
- -creation_ip (optional, accept empty)
- Testcases:
- No testcase defined.
call content_item del (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item del \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item delete \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item edit_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item edit_name \ [ -dbn dbn ] -item_id item_id -name name
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -name (required)
- Testcases:
- No testcase defined.
call content_item generic_move (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item generic_move \ [ -dbn dbn ] -item_id item_id -target_item_id target_item_id \ -name name
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -target_item_id (required)
- -name (required)
- Testcases:
- No testcase defined.
call content_item get_best_revision (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_best_revision \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item get_content_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_content_type \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item get_context (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_context \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item get_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_id \ [ -dbn dbn ] -item_path item_path \ [ -root_folder_id root_folder_id ] \ [ -resolve_index resolve_index ]
Automatically generated method TYPES: {character varying} integer boolean
- Switches:
- -dbn (optional)
- -item_path (required)
- -root_folder_id (optional, accept empty)
- -resolve_index (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_item get_latest_revision (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_latest_revision \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item get_live_revision (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_live_revision \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item get_parent_folder (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_parent_folder \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item get_path (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_path \ [ -dbn dbn ] -item_id item_id [ -root_folder_id root_folder_id ]
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -item_id (required)
- -root_folder_id (optional, accept empty)
- Testcases:
- No testcase defined.
call content_item get_publish_date (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_publish_date \ [ -dbn dbn ] -item_id item_id [ -is_live is_live ]
Automatically generated method TYPES: integer boolean
- Switches:
- -dbn (optional)
- -item_id (required)
- -is_live (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_item get_revision_count (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_revision_count \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item get_root_folder (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_root_folder \ [ -dbn dbn ] [ -item_id item_id ]
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (optional, accept empty)
- Testcases:
- No testcase defined.
call content_item get_template (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_template \ [ -dbn dbn ] -item_id item_id -use_context use_context
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -use_context (required)
- Testcases:
- No testcase defined.
call content_item get_title (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_title \ [ -dbn dbn ] -item_id item_id [ -is_live is_live ]
Automatically generated method TYPES: integer boolean
- Switches:
- -dbn (optional)
- -item_id (required)
- -is_live (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_item get_virtual_path (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item get_virtual_path \ [ -dbn dbn ] -item_id item_id [ -root_folder_id root_folder_id ]
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -item_id (required)
- -root_folder_id (optional, accept empty)
- Testcases:
- No testcase defined.
call content_item is_index_page (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item is_index_page \ [ -dbn dbn ] -item_id item_id -folder_id folder_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -item_id (required)
- -folder_id (required)
- Testcases:
- No testcase defined.
call content_item is_publishable (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item is_publishable \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item is_published (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item is_published \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item is_subclass (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item is_subclass \ [ -dbn dbn ] -object_type object_type -supertype supertype
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -object_type (required)
- -supertype (required)
- Testcases:
- No testcase defined.
call content_item is_valid_child (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item is_valid_child \ [ -dbn dbn ] -item_id item_id -content_type content_type \ -relation_tag relation_tag
Automatically generated method TYPES: integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -content_type (required)
- -relation_tag (required)
- Testcases:
- No testcase defined.
call content_item move (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item move \ [ -dbn dbn ] -item_id item_id -target_folder_id target_folder_id \ -name name
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -target_folder_id (required)
- -name (required)
- Testcases:
- No testcase defined.
call content_item new (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item new \ [ -dbn dbn ] -name name [ -parent_id parent_id ] \ [ -item_id item_id ] [ -locale locale ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -context_id context_id ] [ -creation_ip creation_ip ] \ [ -item_subtype item_subtype ] [ -content_type content_type ] \ [ -title title ] [ -description description ] \ [ -mime_type mime_type ] [ -nls_language nls_language ] \ [ -text text ] [ -data data ] [ -relation_tag relation_tag ] \ [ -is_live is_live ] [ -storage_type storage_type ] \ [ -package_id package_id ] [ -with_child_rels with_child_rels ]
Automatically generated method TYPES: {character varying} integer integer {character varying} {timestamp with time zone} integer integer {character varying} {character varying} {character varying} {character varying} text {character varying} {character varying} {character varying} text {character varying} boolean cr_item_storage_type_enum integer boolean
- Switches:
- -dbn (optional)
- -name (required)
- -parent_id (optional, accept empty)
- -item_id (optional, accept empty)
- -locale (optional, accept empty)
- -creation_date (optional, defaults to
"now"
)- -creation_user (optional, accept empty)
- -context_id (optional, accept empty)
- -creation_ip (optional, accept empty)
- -item_subtype (optional, defaults to
"content_item"
)- -content_type (optional, defaults to
"content_revision"
)- -title (optional, accept empty)
- -description (optional, accept empty)
- -mime_type (optional, defaults to
"text/plain"
)- -nls_language (optional, accept empty)
- -text (optional, accept empty)
- -data (optional, accept empty)
- -relation_tag (optional, accept empty)
- -is_live (optional, defaults to
"f"
)- -storage_type (optional, accept empty)
- -package_id (optional, accept empty)
- -with_child_rels (optional, defaults to
"t"
)- Testcases:
- No testcase defined.
call content_item register_template (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item register_template \ [ -dbn dbn ] -item_id item_id -template_id template_id \ -use_context use_context
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -template_id (required)
- -use_context (required)
- Testcases:
- No testcase defined.
call content_item relate (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item relate \ [ -dbn dbn ] -item_id item_id -object_id object_id \ [ -relation_tag relation_tag ] [ -order_n order_n ] \ [ -relation_type relation_type ]
Automatically generated method TYPES: integer integer {character varying} integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -object_id (required)
- -relation_tag (optional, defaults to
"generic"
)- -order_n (optional, accept empty)
- -relation_type (optional, defaults to
"cr_item_rel"
)- Testcases:
- No testcase defined.
call content_item set_live_revision (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item set_live_revision \ [ -dbn dbn ] -revision_id revision_id \ [ -publish_status publish_status ] [ -publish_date publish_date ] \ [ -is_latest is_latest ]
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} boolean
- Switches:
- -dbn (optional)
- -revision_id (required)
- -publish_status (optional, defaults to
"ready"
)- -publish_date (optional, defaults to
"now()"
)- -is_latest (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_item set_release_period (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item set_release_period \ [ -dbn dbn ] -item_id item_id [ -start_when start_when ] \ [ -end_when end_when ]
Automatically generated method TYPES: integer {timestamp with time zone} {timestamp with time zone}
- Switches:
- -dbn (optional)
- -item_id (required)
- -start_when (optional, accept empty)
- -end_when (optional, accept empty)
- Testcases:
- No testcase defined.
call content_item unregister_template (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item unregister_template \ [ -dbn dbn ] -item_id item_id [ -template_id template_id ] \ [ -use_context use_context ]
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -template_id (optional, accept empty)
- -use_context (optional, accept empty)
- Testcases:
- No testcase defined.
call content_item unrelate (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item unrelate \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call content_item unset_live_revision (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item unset_live_revision \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_item write_to_file (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_item write_to_file \ [ -dbn dbn ] -item_id item_id -root_path root_path
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -root_path (required)
- Testcases:
- No testcase defined.
call content_keyword del (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword del \ [ -dbn dbn ] -keyword_id keyword_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -keyword_id (required)
- Testcases:
- No testcase defined.
call content_keyword delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword delete \ [ -dbn dbn ] -keyword_id keyword_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -keyword_id (required)
- Testcases:
- No testcase defined.
call content_keyword get_description (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword get_description \ [ -dbn dbn ] -keyword_id keyword_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -keyword_id (required)
- Testcases:
- No testcase defined.
call content_keyword get_heading (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword get_heading \ [ -dbn dbn ] -keyword_id keyword_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -keyword_id (required)
- Testcases:
- No testcase defined.
call content_keyword get_path (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword get_path \ [ -dbn dbn ] -keyword_id keyword_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -keyword_id (required)
- Testcases:
- No testcase defined.
call content_keyword is_assigned (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword is_assigned \ [ -dbn dbn ] -item_id item_id -keyword_id keyword_id \ [ -recurse recurse ]
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -keyword_id (required)
- -recurse (optional, defaults to
"none"
)- Testcases:
- No testcase defined.
call content_keyword is_leaf (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword is_leaf \ [ -dbn dbn ] -keyword_id keyword_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -keyword_id (required)
- Testcases:
- No testcase defined.
call content_keyword item_assign (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword item_assign \ [ -dbn dbn ] -item_id item_id -keyword_id keyword_id \ [ -context_id context_id ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ]
Automatically generated method TYPES: integer integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -keyword_id (required)
- -context_id (optional, accept empty)
- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- Testcases:
- No testcase defined.
call content_keyword item_unassign (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword item_unassign \ [ -dbn dbn ] -item_id item_id -keyword_id keyword_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -item_id (required)
- -keyword_id (required)
- Testcases:
- No testcase defined.
call content_keyword new (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword new \ [ -dbn dbn ] -heading heading [ -description description ] \ [ -parent_id parent_id ] [ -keyword_id keyword_id ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -object_type object_type ] \ [ -package_id package_id ]
Automatically generated method TYPES: {character varying} {character varying} integer integer {timestamp with time zone} integer {character varying} {character varying} integer
- Switches:
- -dbn (optional)
- -heading (required)
- -description (optional, accept empty)
- -parent_id (optional, accept empty)
- -keyword_id (optional, accept empty)
- -creation_date (optional, defaults to
"now"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -object_type (optional, defaults to
"content_keyword"
)- -package_id (optional, accept empty)
- Testcases:
- No testcase defined.
call content_keyword set_description (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword set_description \ [ -dbn dbn ] -keyword_id keyword_id -description description
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -keyword_id (required)
- -description (required)
- Testcases:
- No testcase defined.
call content_keyword set_heading (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_keyword set_heading \ [ -dbn dbn ] -keyword_id keyword_id -heading heading
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -keyword_id (required)
- -heading (required)
- Testcases:
- No testcase defined.
call content_revision content_copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision content_copy \ [ -dbn dbn ] -revision_id revision_id \ [ -revision_id_dest revision_id_dest ]
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- -revision_id_dest (optional, accept empty)
- Testcases:
- No testcase defined.
call content_revision copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision copy \ [ -dbn dbn ] -revision_id revision_id [ -copy_id copy_id ] \ [ -target_item_id target_item_id ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ]
Automatically generated method TYPES: integer integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -revision_id (required)
- -copy_id (optional, accept empty)
- -target_item_id (optional, accept empty)
- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- Testcases:
- No testcase defined.
call content_revision copy_attributes (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision copy_attributes \ [ -dbn dbn ] -content_type content_type -revision_id revision_id \ -copy_id copy_id
Automatically generated method TYPES: {character varying} integer integer
- Switches:
- -dbn (optional)
- -content_type (required)
- -revision_id (required)
- -copy_id (required)
- Testcases:
- No testcase defined.
call content_revision del (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision del \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call content_revision delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision delete \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call content_revision get_content (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision get_content \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call content_revision get_number (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision get_number \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call content_revision is_latest (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision is_latest \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call content_revision is_live (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision is_live \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call content_revision new (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision new \ [ -dbn dbn ] -title title [ -description description ] \ [ -publish_date publish_date ] [ -mime_type mime_type ] \ [ -nls_language nls_language ] [ -text text ] -item_id item_id \ [ -revision_id revision_id ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -content_length content_length ] [ -package_id package_id ]
Automatically generated method TYPES: {character varying} {character varying} {timestamp with time zone} {character varying} {character varying} text integer integer {timestamp with time zone} integer {character varying} integer integer
- Switches:
- -dbn (optional)
- -title (required)
- -description (optional, accept empty)
- -publish_date (optional, defaults to
"now()"
)- -mime_type (optional, defaults to
"text/plain"
)- -nls_language (optional, accept empty)
- -text (optional, defaults to
" "
)- -item_id (required)
- -revision_id (optional, accept empty)
- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -content_length (optional, accept empty)
- -package_id (optional, accept empty)
- Testcases:
- No testcase defined.
call content_revision revision_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision revision_name \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call content_revision to_html (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision to_html \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call content_revision to_temporary_clob (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_revision to_temporary_clob \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call content_symlink del (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_symlink del \ [ -dbn dbn ] -symlink_id symlink_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -symlink_id (required)
- Testcases:
- No testcase defined.
call content_symlink delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_symlink delete \ [ -dbn dbn ] -symlink_id symlink_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -symlink_id (required)
- Testcases:
- No testcase defined.
call content_symlink is_symlink (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_symlink is_symlink \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_symlink resolve (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_symlink resolve \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_symlink resolve_content_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_symlink resolve_content_type \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call content_template del (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_template del \ [ -dbn dbn ] -template_id template_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -template_id (required)
- Testcases:
- No testcase defined.
call content_template delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_template delete \ [ -dbn dbn ] -template_id template_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -template_id (required)
- Testcases:
- No testcase defined.
call content_template get_path (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_template get_path \ [ -dbn dbn ] -template_id template_id \ [ -root_folder_id root_folder_id ]
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -template_id (required)
- -root_folder_id (optional, defaults to
"content_template_globals.c_root_folder_id"
)- Testcases:
- No testcase defined.
call content_template is_template (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_template is_template \ [ -dbn dbn ] -template_id template_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -template_id (required)
- Testcases:
- No testcase defined.
call content_template new (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_template new \ [ -dbn dbn ] -name name [ -parent_id parent_id ] \ [ -template_id template_id ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -text text ] [ -is_live is_live ]
Automatically generated method TYPES: {character varying} integer integer {timestamp with time zone} integer {character varying} text boolean
- Switches:
- -dbn (optional)
- -name (required)
- -parent_id (optional, accept empty)
- -template_id (optional, accept empty)
- -creation_date (optional, defaults to
"now"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -text (optional, accept empty)
- -is_live (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_type create_attribute (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type create_attribute \ [ -dbn dbn ] -content_type content_type \ -attribute_name attribute_name -datatype datatype \ -pretty_name pretty_name [ -pretty_plural pretty_plural ] \ [ -sort_order sort_order ] [ -default_value default_value ] \ [ -column_spec column_spec ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying} integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- -attribute_name (required)
- -datatype (required)
- -pretty_name (required)
- -pretty_plural (optional, accept empty)
- -sort_order (optional, accept empty)
- -default_value (optional, accept empty)
- -column_spec (optional, defaults to
"text"
)- Testcases:
- No testcase defined.
call content_type create_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type create_type \ [ -dbn dbn ] -content_type content_type [ -supertype supertype ] \ -pretty_name pretty_name -pretty_plural pretty_plural \ -table_name table_name [ -id_column id_column ] \ [ -name_method name_method ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} {character varying} {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- -supertype (optional, defaults to
"content_revision"
)- -pretty_name (required)
- -pretty_plural (required)
- -table_name (required)
- -id_column (optional, defaults to
"XXX"
)- -name_method (optional, accept empty)
- Testcases:
- No testcase defined.
call content_type drop_attribute (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type drop_attribute \ [ -dbn dbn ] -content_type content_type \ -attribute_name attribute_name [ -drop_column drop_column ]
Automatically generated method TYPES: {character varying} {character varying} boolean
- Switches:
- -dbn (optional)
- -content_type (required)
- -attribute_name (required)
- -drop_column (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_type drop_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type drop_type \ [ -dbn dbn ] -content_type content_type \ [ -drop_children_p drop_children_p ] \ [ -drop_table_p drop_table_p ] [ -drop_objects_p drop_objects_p ]
Automatically generated method TYPES: {character varying} boolean boolean boolean
- Switches:
- -dbn (optional)
- -content_type (required)
- -drop_children_p (optional, defaults to
"f"
)- -drop_table_p (optional, defaults to
"f"
)- -drop_objects_p (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_type get_template (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type get_template \ [ -dbn dbn ] -content_type content_type -use_context use_context
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- -use_context (required)
- Testcases:
- No testcase defined.
call content_type is_content_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type is_content_type \ [ -dbn dbn ] -object_type object_type
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -object_type (required)
- Testcases:
- No testcase defined.
call content_type refresh_trigger (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type refresh_trigger \ [ -dbn dbn ] -content_type content_type
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- Testcases:
- No testcase defined.
call content_type refresh_view (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type refresh_view \ [ -dbn dbn ] -content_type content_type
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- Testcases:
- No testcase defined.
call content_type register_child_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type register_child_type \ [ -dbn dbn ] -parent_type parent_type -child_type child_type \ [ -relation_tag relation_tag ] [ -min_n min_n ] [ -max_n max_n ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} integer integer
- Switches:
- -dbn (optional)
- -parent_type (required)
- -child_type (required)
- -relation_tag (optional, defaults to
"generic"
)- -min_n (optional, defaults to
"0"
)- -max_n (optional, accept empty)
- Testcases:
- No testcase defined.
call content_type register_mime_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type register_mime_type \ [ -dbn dbn ] -content_type content_type -mime_type mime_type
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- -mime_type (required)
- Testcases:
- No testcase defined.
call content_type register_relation_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type register_relation_type \ [ -dbn dbn ] -content_type content_type -target_type target_type \ [ -relation_tag relation_tag ] [ -min_n min_n ] [ -max_n max_n ]
Automatically generated method TYPES: {character varying} {character varying} {character varying} integer integer
- Switches:
- -dbn (optional)
- -content_type (required)
- -target_type (required)
- -relation_tag (optional, defaults to
"generic"
)- -min_n (optional, defaults to
"0"
)- -max_n (optional, accept empty)
- Testcases:
- No testcase defined.
call content_type register_template (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type register_template \ [ -dbn dbn ] -content_type content_type -template_id template_id \ -use_context use_context [ -is_default is_default ]
Automatically generated method TYPES: {character varying} integer {character varying} boolean
- Switches:
- -dbn (optional)
- -content_type (required)
- -template_id (required)
- -use_context (required)
- -is_default (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
call content_type rotate_template (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type rotate_template \ [ -dbn dbn ] -template_id template_id \ -v_content_type v_content_type -use_context use_context
Automatically generated method TYPES: integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -template_id (required)
- -v_content_type (required)
- -use_context (required)
- Testcases:
- No testcase defined.
call content_type set_default_template (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type set_default_template \ [ -dbn dbn ] -content_type content_type -template_id template_id \ -use_context use_context
Automatically generated method TYPES: {character varying} integer {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- -template_id (required)
- -use_context (required)
- Testcases:
- No testcase defined.
call content_type trigger_insert_statement (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type trigger_insert_statement \ [ -dbn dbn ] -content_type content_type
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- Testcases:
- No testcase defined.
call content_type unregister_child_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type unregister_child_type \ [ -dbn dbn ] -parent_type parent_type -child_type child_type \ -relation_tag relation_tag
Automatically generated method TYPES: {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -parent_type (required)
- -child_type (required)
- -relation_tag (required)
- Testcases:
- No testcase defined.
call content_type unregister_mime_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type unregister_mime_type \ [ -dbn dbn ] -content_type content_type -mime_type mime_type
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- -mime_type (required)
- Testcases:
- No testcase defined.
call content_type unregister_relation_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type unregister_relation_type \ [ -dbn dbn ] -content_type content_type -target_type target_type \ [ -relation_tag relation_tag ]
Automatically generated method TYPES: {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -content_type (required)
- -target_type (required)
- -relation_tag (optional, accept empty)
- Testcases:
- No testcase defined.
call content_type unregister_template (scripted, public)
<instance of acs::db::nsdb-postgresql> call content_type unregister_template \ [ -dbn dbn ] [ -content_type content_type ] \ -template_id template_id [ -use_context use_context ]
Automatically generated method TYPES: {character varying} integer {character varying}
- Switches:
- -dbn (optional)
- -content_type (optional, accept empty)
- -template_id (required)
- -use_context (optional, accept empty)
- Testcases:
- No testcase defined.
call cr_items_get_tree_sortkey (scripted, public)
<instance of acs::db::nsdb-postgresql> call cr_items_get_tree_sortkey \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call cr_keywords_get_tree_sortkey (scripted, public)
<instance of acs::db::nsdb-postgresql> call cr_keywords_get_tree_sortkey \ [ -dbn dbn ] -keyword_id keyword_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -keyword_id (required)
- Testcases:
- No testcase defined.
call define_function_args (scripted, public)
<instance of acs::db::nsdb-postgresql> call define_function_args \ [ -dbn dbn ] -function function -arg_list arg_list
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -function (required)
- -arg_list (required)
- Testcases:
- No testcase defined.
call doc get_package_header (scripted, public)
<instance of acs::db::nsdb-postgresql> call doc get_package_header \ [ -dbn dbn ] -package_name package_name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -package_name (required)
- Testcases:
- No testcase defined.
call doc get_proc_header (scripted, public)
<instance of acs::db::nsdb-postgresql> call doc get_proc_header \ [ -dbn dbn ] -proc_name proc_name -package_name package_name
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -proc_name (required)
- -package_name (required)
- Testcases:
- No testcase defined.
call drop_package (scripted, public)
<instance of acs::db::nsdb-postgresql> call drop_package \ [ -dbn dbn ] -package_name package_name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -package_name (required)
- Testcases:
- No testcase defined.
call etp create_extlink (scripted, public)
<instance of acs::db::nsdb-postgresql> call etp create_extlink \ [ -dbn dbn ] [ -item_id item_id ] -package_id package_id \ -url url -title title -description description
Automatically generated method TYPES: integer integer {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -item_id (optional, accept empty)
- -package_id (required)
- -url (required)
- -title (required)
- -description (required)
- Testcases:
- No testcase defined.
call etp create_new_revision (scripted, public)
<instance of acs::db::nsdb-postgresql> call etp create_new_revision \ [ -dbn dbn ] -package_id package_id -name name -user_id user_id \ -revision_id revision_id
Automatically generated method TYPES: integer {character varying} integer integer
- Switches:
- -dbn (optional)
- -package_id (required)
- -name (required)
- -user_id (required)
- -revision_id (required)
- Testcases:
- No testcase defined.
call etp create_page (scripted, public)
<instance of acs::db::nsdb-postgresql> call etp create_page \ [ -dbn dbn ] -item_id item_id -package_id package_id -name name \ -title title [ -content_type content_type ]
Automatically generated method TYPES: integer integer {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -package_id (required)
- -name (required)
- -title (required)
- -content_type (optional, accept empty)
- Testcases:
- No testcase defined.
call etp create_symlink (scripted, public)
<instance of acs::db::nsdb-postgresql> call etp create_symlink \ [ -dbn dbn ] -package_id package_id -target_id target_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -package_id (required)
- -target_id (required)
- Testcases:
- No testcase defined.
call etp get_attribute_value (scripted, public)
<instance of acs::db::nsdb-postgresql> call etp get_attribute_value \ [ -dbn dbn ] -object_id object_id -attribute_id attribute_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -object_id (required)
- -attribute_id (required)
- Testcases:
- No testcase defined.
call etp get_description (scripted, public)
<instance of acs::db::nsdb-postgresql> call etp get_description \ [ -dbn dbn ] -item_id item_id \ -revision_description revision_description
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -revision_description (required)
- Testcases:
- No testcase defined.
call etp get_folder_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call etp get_folder_id \ [ -dbn dbn ] -package_id package_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -package_id (required)
- Testcases:
- No testcase defined.
call etp get_relative_url (scripted, public)
<instance of acs::db::nsdb-postgresql> call etp get_relative_url \ [ -dbn dbn ] -item_id item_id -name name
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -name (required)
- Testcases:
- No testcase defined.
call etp get_title (scripted, public)
<instance of acs::db::nsdb-postgresql> call etp get_title \ [ -dbn dbn ] -item_id item_id -revision_title revision_title
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -revision_title (required)
- Testcases:
- No testcase defined.
call faq new_q_and_a (scripted, public)
<instance of acs::db::nsdb-postgresql> call faq new_q_and_a \ [ -dbn dbn ] [ -entry_id entry_id ] -faq_id faq_id \ -question question -answer answer -sort_key sort_key \ -object_type object_type [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -context_id context_id ]
Automatically generated method TYPES: integer integer text text integer {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -entry_id (optional, accept empty)
- -faq_id (required)
- -question (required)
- -answer (required)
- -sort_key (required)
- -object_type (required)
- -creation_date (optional, defaults to
"current_timestamp"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call file_storage copy_file (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage copy_file \ [ -dbn dbn ] -file_id file_id -target_folder_id target_folder_id \ -creation_user creation_user -creation_ip creation_ip \ [ -name name ] [ -title title ]
Automatically generated method TYPES: integer integer integer {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -file_id (required)
- -target_folder_id (required)
- -creation_user (required)
- -creation_ip (required)
- -name (optional, accept empty)
- -title (optional, accept empty)
- Testcases:
- No testcase defined.
call file_storage delete_file (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage delete_file \ [ -dbn dbn ] -file_id file_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -file_id (required)
- Testcases:
- No testcase defined.
call file_storage delete_folder (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage delete_folder \ [ -dbn dbn ] -folder_id folder_id -cascade_p cascade_p
Automatically generated method TYPES: integer boolean
- Switches:
- -dbn (optional)
- -folder_id (required)
- -cascade_p (required)
- Testcases:
- No testcase defined.
call file_storage delete_version (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage delete_version \ [ -dbn dbn ] -file_id file_id -version_id version_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -file_id (required)
- -version_id (required)
- Testcases:
- No testcase defined.
call file_storage get_content_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage get_content_type \ [ -dbn dbn ] -file_id file_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -file_id (required)
- Testcases:
- No testcase defined.
call file_storage get_folder_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage get_folder_name \ [ -dbn dbn ] -folder_id folder_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -folder_id (required)
- Testcases:
- No testcase defined.
call file_storage get_package_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage get_package_id \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call file_storage get_parent_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage get_parent_id \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call file_storage get_root_folder (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage get_root_folder \ [ -dbn dbn ] -package_id package_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -package_id (required)
- Testcases:
- No testcase defined.
call file_storage get_title (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage get_title \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call file_storage move_file (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage move_file \ [ -dbn dbn ] -file_id file_id -target_folder_id target_folder_id \ -creation_user creation_user -creation_ip creation_ip
Automatically generated method TYPES: integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -file_id (required)
- -target_folder_id (required)
- -creation_user (required)
- -creation_ip (required)
- Testcases:
- No testcase defined.
call file_storage new_file (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage new_file \ [ -dbn dbn ] -name name -folder_id folder_id -user_id user_id \ -creation_ip creation_ip -indb_p indb_p -item_id item_id \ -package_id package_id
Automatically generated method TYPES: {character varying} integer integer {character varying} boolean integer integer
- Switches:
- -dbn (optional)
- -name (required)
- -folder_id (required)
- -user_id (required)
- -creation_ip (required)
- -indb_p (required)
- -item_id (required)
- -package_id (required)
- Testcases:
- No testcase defined.
call file_storage new_folder (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage new_folder \ [ -dbn dbn ] -name name -folder_name folder_name \ -parent_id parent_id -creation_user creation_user \ -creation_ip creation_ip
Automatically generated method TYPES: {character varying} {character varying} integer integer {character varying}
- Switches:
- -dbn (optional)
- -name (required)
- -folder_name (required)
- -parent_id (required)
- -creation_user (required)
- -creation_ip (required)
- Testcases:
- No testcase defined.
call file_storage new_root_folder (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage new_root_folder \ [ -dbn dbn ] -package_id package_id -folder_name folder_name \ -url url -description description
Automatically generated method TYPES: integer {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -package_id (required)
- -folder_name (required)
- -url (required)
- -description (required)
- Testcases:
- No testcase defined.
call file_storage new_version (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage new_version \ [ -dbn dbn ] -filename filename -description description \ -mime_type mime_type -item_id item_id \ -creation_user creation_user -creation_ip creation_ip
Automatically generated method TYPES: {character varying} {character varying} {character varying} integer integer {character varying}
- Switches:
- -dbn (optional)
- -filename (required)
- -description (required)
- -mime_type (required)
- -item_id (required)
- -creation_user (required)
- -creation_ip (required)
- Testcases:
- No testcase defined.
call file_storage rename_file (scripted, public)
<instance of acs::db::nsdb-postgresql> call file_storage rename_file \ [ -dbn dbn ] -file_id file_id -name name
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -file_id (required)
- -name (required)
- Testcases:
- No testcase defined.
call forums_forum delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_forum delete \ [ -dbn dbn ] -forum_id forum_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -forum_id (required)
- Testcases:
- No testcase defined.
call forums_forum name (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_forum name \ [ -dbn dbn ] -forum_id forum_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -forum_id (required)
- Testcases:
- No testcase defined.
call forums_forum new (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_forum new \ [ -dbn dbn ] -forum_id forum_id [ -object_type object_type ] \ -name name -charter charter \ -presentation_type presentation_type \ -posting_policy posting_policy -package_id package_id \ -creation_date creation_date -creation_user creation_user \ -creation_ip creation_ip -context_id context_id
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {character varying} {character varying} integer {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -forum_id (required)
- -object_type (optional, defaults to
"forums_forum"
)- -name (required)
- -charter (required)
- -presentation_type (required)
- -posting_policy (required)
- -package_id (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call forums_message delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_message delete \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call forums_message delete_thread (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_message delete_thread \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call forums_message name (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_message name \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call forums_message new (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_message new \ [ -dbn dbn ] -message_id message_id [ -object_type object_type ] \ -forum_id forum_id -subject subject -content content \ -format format -user_id user_id -state state \ -parent_id parent_id -creation_date creation_date \ -creation_user creation_user -creation_ip creation_ip \ -context_id context_id
Automatically generated method TYPES: integer {character varying} integer {character varying} text character integer {character varying} integer {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -message_id (required)
- -object_type (optional, defaults to
"forums_message"
)- -forum_id (required)
- -subject (required)
- -content (required)
- -format (required)
- -user_id (required)
- -state (required)
- -parent_id (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call forums_message root_message_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_message root_message_id \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call forums_message set_state (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_message set_state \ [ -dbn dbn ] -message_id message_id -state state
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -message_id (required)
- -state (required)
- Testcases:
- No testcase defined.
call forums_message thread_close (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_message thread_close \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call forums_message thread_open (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_message thread_open \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call forums_reading_info move_thread_update (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_reading_info move_thread_update \ [ -dbn dbn ] -source_message_id source_message_id \ -target_message_id target_message_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -source_message_id (required)
- -target_message_id (required)
- Testcases:
- No testcase defined.
call forums_reading_info remove_msg (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_reading_info remove_msg \ [ -dbn dbn ] -message_id message_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -message_id (required)
- Testcases:
- No testcase defined.
call forums_reading_info user_add_forum (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_reading_info user_add_forum \ [ -dbn dbn ] -forum_id forum_id -user_id user_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -forum_id (required)
- -user_id (required)
- Testcases:
- No testcase defined.
call forums_reading_info user_add_msg (scripted, public)
<instance of acs::db::nsdb-postgresql> call forums_reading_info user_add_msg \ [ -dbn dbn ] -root_message_id root_message_id -user_id user_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -root_message_id (required)
- -user_id (required)
- Testcases:
- No testcase defined.
call fs_simple_object delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call fs_simple_object delete \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call fs_simple_object new (scripted, public)
<instance of acs::db::nsdb-postgresql> call fs_simple_object new \ [ -dbn dbn ] -object_id object_id [ -object_type object_type ] \ -folder_id folder_id -name name -description description \ -creation_date creation_date -creation_user creation_user \ -creation_ip creation_ip -context_id context_id
Automatically generated method TYPES: integer {character varying} integer {character varying} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -object_id (required)
- -object_type (optional, defaults to
"fs_simple_object"
)- -folder_id (required)
- -name (required)
- -description (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call fs_url delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call fs_url delete \ [ -dbn dbn ] -url_id url_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -url_id (required)
- Testcases:
- No testcase defined.
call fs_url new (scripted, public)
<instance of acs::db::nsdb-postgresql> call fs_url new \ [ -dbn dbn ] -url_id url_id [ -object_type object_type ] \ -url url -folder_id folder_id -name name \ -description description -creation_date creation_date \ -creation_user creation_user -creation_ip creation_ip \ -context_id context_id
Automatically generated method TYPES: integer {character varying} {character varying} integer {character varying} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -url_id (required)
- -object_type (optional, defaults to
"fs_url"
)- -url (required)
- -folder_id (required)
- -name (required)
- -description (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call get_func_definition (scripted, public)
<instance of acs::db::nsdb-postgresql> call get_func_definition \ [ -dbn dbn ] -fname fname -args args
Automatically generated method TYPES: {character varying} oidvector
- Switches:
- -dbn (optional)
- -fname (required)
- -args (required)
- Testcases:
- No testcase defined.
call get_func_drop_command (scripted, public)
<instance of acs::db::nsdb-postgresql> call get_func_drop_command \ [ -dbn dbn ] -fname fname
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -fname (required)
- Testcases:
- No testcase defined.
call get_func_header (scripted, public)
<instance of acs::db::nsdb-postgresql> call get_func_header \ [ -dbn dbn ] -fname fname -args args
Automatically generated method TYPES: {character varying} oidvector
- Switches:
- -dbn (optional)
- -fname (required)
- -args (required)
- Testcases:
- No testcase defined.
call group_contains_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call group_contains_p \ [ -dbn dbn ] -group_id group_id -component_id component_id \ -rel_id rel_id
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -group_id (required)
- -component_id (required)
- -rel_id (required)
- Testcases:
- No testcase defined.
call image delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call image delete \ [ -dbn dbn ] -v_item_id v_item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -v_item_id (required)
- Testcases:
- No testcase defined.
call image new (scripted, public)
<instance of acs::db::nsdb-postgresql> call image new \ [ -dbn dbn ] -name name [ -parent_id parent_id ] \ [ -item_id item_id ] [ -revision_id revision_id ] \ [ -mime_type mime_type ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -relation_tag relation_tag ] \ [ -title title ] [ -description description ] [ -is_live is_live ] \ [ -publish_date publish_date ] -path path -file_size file_size \ -height height -width width [ -package_id package_id ]
Automatically generated method TYPES: {character varying} integer integer integer {character varying} integer {character varying} {character varying} {character varying} {character varying} boolean {timestamp with time zone} {character varying} integer integer integer integer
- Switches:
- -dbn (optional)
- -name (required)
- -parent_id (optional, accept empty)
- -item_id (optional, accept empty)
- -revision_id (optional, accept empty)
- -mime_type (optional, defaults to
"jpeg"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -relation_tag (optional, accept empty)
- -title (optional, accept empty)
- -description (optional, accept empty)
- -is_live (optional, defaults to
"f"
)- -publish_date (optional, defaults to
"now()"
)- -path (required)
- -file_size (required)
- -height (required)
- -width (required)
- -package_id (optional, accept empty)
- Testcases:
- No testcase defined.
call image new_revision (scripted, public)
<instance of acs::db::nsdb-postgresql> call image new_revision \ [ -dbn dbn ] -item_id item_id -revision_id revision_id \ -title title -description description \ -publish_date publish_date -mime_type mime_type \ -nls_language nls_language -creation_user creation_user \ -creation_ip creation_ip -height height -width width \ -package_id package_id
Automatically generated method TYPES: integer integer {character varying} {character varying} {timestamp with time zone} {character varying} {character varying} integer {character varying} integer integer integer
- Switches:
- -dbn (optional)
- -item_id (required)
- -revision_id (required)
- -title (required)
- -description (required)
- -publish_date (required)
- -mime_type (required)
- -nls_language (required)
- -creation_user (required)
- -creation_ip (required)
- -height (required)
- -width (required)
- -package_id (required)
- Testcases:
- No testcase defined.
call instr (scripted, public)
<instance of acs::db::nsdb-postgresql> call instr [ -dbn dbn ] \ -str str -pat pat -dir dir -cnt cnt
Automatically generated method TYPES: {character varying} character integer integer
- Switches:
- -dbn (optional)
- -str (required)
- -pat (required)
- -dir (required)
- -cnt (required)
- Testcases:
- No testcase defined.
call int_to_tree_key (scripted, public)
<instance of acs::db::nsdb-postgresql> call int_to_tree_key \ [ -dbn dbn ] -intkey intkey
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -intkey (required)
- Testcases:
- No testcase defined.
call journal_entry delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call journal_entry delete \ [ -dbn dbn ] -journal_id journal_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -journal_id (required)
- Testcases:
- No testcase defined.
call journal_entry delete_for_object (scripted, public)
<instance of acs::db::nsdb-postgresql> call journal_entry delete_for_object \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call journal_entry new (scripted, public)
<instance of acs::db::nsdb-postgresql> call journal_entry new \ [ -dbn dbn ] [ -journal_id journal_id ] -object_id object_id \ -action action [ -action_pretty action_pretty ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -msg msg ]
Automatically generated method TYPES: integer integer {character varying} {character varying} {timestamp with time zone} integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -journal_id (optional, accept empty)
- -object_id (required)
- -action (required)
- -action_pretty (optional, accept empty)
- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -msg (optional, accept empty)
- Testcases:
- No testcase defined.
call lob_copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call lob_copy \ [ -dbn dbn ] -from_id from_id -to_id to_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -from_id (required)
- -to_id (required)
- Testcases:
- No testcase defined.
call lob_get_data (scripted, public)
<instance of acs::db::nsdb-postgresql> call lob_get_data \ [ -dbn dbn ] -lob_id lob_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -lob_id (required)
- Testcases:
- No testcase defined.
call lob_length (scripted, public)
<instance of acs::db::nsdb-postgresql> call lob_length \ [ -dbn dbn ] -id id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -id (required)
- Testcases:
- No testcase defined.
call membership_rel approve (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel approve \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call membership_rel ban (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel ban \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call membership_rel check_index (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel check_index \ [ -dbn dbn ] -group_id group_id -member_id member_id \ -container_id container_id
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -group_id (required)
- -member_id (required)
- -container_id (required)
- Testcases:
- No testcase defined.
call membership_rel check_representation (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel check_representation \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call membership_rel delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel delete \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call membership_rel deleted (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel deleted \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call membership_rel expire (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel expire \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call membership_rel merge (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel merge \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call membership_rel new (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel new \ [ -dbn dbn ] [ -rel_id rel_id ] [ -rel_type rel_type ] \ -object_id_one object_id_one -object_id_two object_id_two \ [ -member_state member_state ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ]
Automatically generated method TYPES: integer {character varying} integer integer {character varying} integer {character varying}
- Switches:
- -dbn (optional)
- -rel_id (optional, accept empty)
- -rel_type (optional, defaults to
"membership_rel"
)- -object_id_one (required)
- -object_id_two (required)
- -member_state (optional, defaults to
"approved"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- Testcases:
- No testcase defined.
call membership_rel reject (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel reject \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call membership_rel unapprove (scripted, public)
<instance of acs::db::nsdb-postgresql> call membership_rel unapprove \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call news archive (scripted, public)
<instance of acs::db::nsdb-postgresql> call news archive \ [ -dbn dbn ] -item_id item_id [ -archive_date archive_date ]
Automatically generated method TYPES: integer {timestamp with time zone}
- Switches:
- -dbn (optional)
- -item_id (required)
- -archive_date (optional, defaults to
"current_timestamp"
)- Testcases:
- No testcase defined.
call news clone (scripted, public)
<instance of acs::db::nsdb-postgresql> call news clone \ [ -dbn dbn ] -old_package_id old_package_id \ -new_package_id new_package_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -old_package_id (required)
- -new_package_id (required)
- Testcases:
- No testcase defined.
call news delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call news delete \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call news make_permanent (scripted, public)
<instance of acs::db::nsdb-postgresql> call news make_permanent \ [ -dbn dbn ] -item_id item_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -item_id (required)
- Testcases:
- No testcase defined.
call news name (scripted, public)
<instance of acs::db::nsdb-postgresql> call news name \ [ -dbn dbn ] -news_id news_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -news_id (required)
- Testcases:
- No testcase defined.
call news new (scripted, public)
<instance of acs::db::nsdb-postgresql> call news new \ [ -dbn dbn ] [ -item_id item_id ] [ -locale locale ] \ [ -publish_date publish_date ] [ -text text ] \ [ -nls_language nls_language ] [ -title title ] \ [ -mime_type mime_type ] [ -package_id package_id ] \ [ -archive_date archive_date ] [ -approval_user approval_user ] \ [ -approval_date approval_date ] [ -approval_ip approval_ip ] \ [ -relation_tag relation_tag ] [ -creation_ip creation_ip ] \ [ -creation_user creation_user ] [ -is_live_p is_live_p ] \ -lead lead
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} text {character varying} {character varying} {character varying} integer {timestamp with time zone} integer {timestamp with time zone} {character varying} {character varying} {character varying} integer boolean {character varying}
- Switches:
- -dbn (optional)
- -item_id (optional, accept empty)
- -locale (optional, accept empty)
- -publish_date (optional, accept empty)
- -text (optional, accept empty)
- -nls_language (optional, accept empty)
- -title (optional, accept empty)
- -mime_type (optional, defaults to
"text/plain"
)- -package_id (optional, accept empty)
- -archive_date (optional, accept empty)
- -approval_user (optional, accept empty)
- -approval_date (optional, accept empty)
- -approval_ip (optional, accept empty)
- -relation_tag (optional, accept empty)
- -creation_ip (optional, accept empty)
- -creation_user (optional, accept empty)
- -is_live_p (optional, defaults to
"f"
)- -lead (required)
- Testcases:
- No testcase defined.
call news revision_delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call news revision_delete \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call news revision_new (scripted, public)
<instance of acs::db::nsdb-postgresql> call news revision_new \ [ -dbn dbn ] -item_id item_id [ -publish_date publish_date ] \ [ -text text ] -title title -description description \ [ -mime_type mime_type ] [ -package_id package_id ] \ [ -archive_date archive_date ] [ -approval_user approval_user ] \ [ -approval_date approval_date ] [ -approval_ip approval_ip ] \ [ -creation_date creation_date ] [ -creation_ip creation_ip ] \ [ -creation_user creation_user ] \ [ -make_active_revision_p make_active_revision_p ] -lead lead
Automatically generated method TYPES: integer {timestamp with time zone} text {character varying} text {character varying} integer {timestamp with time zone} integer {timestamp with time zone} {character varying} {timestamp with time zone} {character varying} integer boolean {character varying}
- Switches:
- -dbn (optional)
- -item_id (required)
- -publish_date (optional, accept empty)
- -text (optional, accept empty)
- -title (required)
- -description (required)
- -mime_type (optional, defaults to
"text/plain"
)- -package_id (optional, accept empty)
- -archive_date (optional, accept empty)
- -approval_user (optional, accept empty)
- -approval_date (optional, accept empty)
- -approval_ip (optional, accept empty)
- -creation_date (optional, defaults to
"current_timestamp"
)- -creation_ip (optional, accept empty)
- -creation_user (optional, accept empty)
- -make_active_revision_p (optional, defaults to
"f"
)- -lead (required)
- Testcases:
- No testcase defined.
call news revision_set_active (scripted, public)
<instance of acs::db::nsdb-postgresql> call news revision_set_active \ [ -dbn dbn ] -revision_id revision_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -revision_id (required)
- Testcases:
- No testcase defined.
call news set_approve (scripted, public)
<instance of acs::db::nsdb-postgresql> call news set_approve \ [ -dbn dbn ] -revision_id revision_id [ -approve_p approve_p ] \ [ -publish_date publish_date ] [ -archive_date archive_date ] \ [ -approval_user approval_user ] [ -approval_date approval_date ] \ [ -approval_ip approval_ip ] [ -live_revision_p live_revision_p ]
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} {timestamp with time zone} integer {timestamp with time zone} {character varying} boolean
- Switches:
- -dbn (optional)
- -revision_id (required)
- -approve_p (optional, defaults to
"t"
)- -publish_date (optional, accept empty)
- -archive_date (optional, accept empty)
- -approval_user (optional, accept empty)
- -approval_date (optional, defaults to
"current_timestamp"
)- -approval_ip (optional, accept empty)
- -live_revision_p (optional, defaults to
"t"
)- Testcases:
- No testcase defined.
call news status (scripted, public)
<instance of acs::db::nsdb-postgresql> call news status \ [ -dbn dbn ] -publish_date publish_date \ -archive_date archive_date
Automatically generated method TYPES: {timestamp with time zone} {timestamp with time zone}
- Switches:
- -dbn (optional)
- -publish_date (required)
- -archive_date (required)
- Testcases:
- No testcase defined.
call notification delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification delete \ [ -dbn dbn ] -notification_id notification_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -notification_id (required)
- Testcases:
- No testcase defined.
call notification new (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification new \ [ -dbn dbn ] -notification_id notification_id -type_id type_id \ -object_id object_id -notif_date notif_date \ -response_id response_id -notif_user notif_user \ -notif_subject notif_subject -notif_text notif_text \ -notif_html notif_html -file_ids file_ids \ -creation_date creation_date -creation_user creation_user \ -creation_ip creation_ip -context_id context_id
Automatically generated method TYPES: integer integer integer {timestamp with time zone} integer integer {character varying} text text text {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -notification_id (required)
- -type_id (required)
- -object_id (required)
- -notif_date (required)
- -response_id (required)
- -notif_user (required)
- -notif_subject (required)
- -notif_text (required)
- -notif_html (required)
- -file_ids (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call notification_delivery_method delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_delivery_method delete \ [ -dbn dbn ] -delivery_method_id delivery_method_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -delivery_method_id (required)
- Testcases:
- No testcase defined.
call notification_delivery_method new (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_delivery_method new \ [ -dbn dbn ] -delivery_method_id delivery_method_id \ -sc_impl_id sc_impl_id -short_name short_name \ -pretty_name pretty_name -creation_date creation_date \ -creation_user creation_user -creation_ip creation_ip \ -context_id context_id
Automatically generated method TYPES: integer integer {character varying} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -delivery_method_id (required)
- -sc_impl_id (required)
- -short_name (required)
- -pretty_name (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call notification_interval delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_interval delete \ [ -dbn dbn ] -interval_id interval_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -interval_id (required)
- Testcases:
- No testcase defined.
call notification_interval new (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_interval new \ [ -dbn dbn ] -interval_id interval_id -name name \ -n_seconds n_seconds -creation_date creation_date \ -creation_user creation_user -creation_ip creation_ip \ -context_id context_id
Automatically generated method TYPES: integer {character varying} integer {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -interval_id (required)
- -name (required)
- -n_seconds (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call notification_reply delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_reply delete \ [ -dbn dbn ] -reply_id reply_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -reply_id (required)
- Testcases:
- No testcase defined.
call notification_reply new (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_reply new \ [ -dbn dbn ] -reply_id reply_id -object_id object_id \ -type_id type_id -from_user from_user -subject subject \ -content content -reply_date reply_date \ -creation_date creation_date -creation_user creation_user \ -creation_ip creation_ip -context_id context_id
Automatically generated method TYPES: integer integer integer integer {character varying} text {timestamp with time zone} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -reply_id (required)
- -object_id (required)
- -type_id (required)
- -from_user (required)
- -subject (required)
- -content (required)
- -reply_date (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call notification_request delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_request delete \ [ -dbn dbn ] -request_id request_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -request_id (required)
- Testcases:
- No testcase defined.
call notification_request delete_all (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_request delete_all \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call notification_request delete_all_for_user (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_request delete_all_for_user \ [ -dbn dbn ] -user_id user_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -user_id (required)
- Testcases:
- No testcase defined.
call notification_request new (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_request new \ [ -dbn dbn ] -request_id request_id [ -object_type object_type ] \ -type_id type_id -user_id user_id -object_id object_id \ -interval_id interval_id -delivery_method_id delivery_method_id \ -format format [ -dynamic_p dynamic_p ] \ -creation_date creation_date -creation_user creation_user \ -creation_ip creation_ip -context_id context_id
Automatically generated method TYPES: integer {character varying} integer integer integer integer integer {character varying} boolean {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -request_id (required)
- -object_type (optional, defaults to
"notification_request"
)- -type_id (required)
- -user_id (required)
- -object_id (required)
- -interval_id (required)
- -delivery_method_id (required)
- -format (required)
- -dynamic_p (optional, defaults to
"f"
)- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call notification_type delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_type delete \ [ -dbn dbn ] -type_id type_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -type_id (required)
- Testcases:
- No testcase defined.
call notification_type new (scripted, public)
<instance of acs::db::nsdb-postgresql> call notification_type new \ [ -dbn dbn ] -type_id type_id -sc_impl_id sc_impl_id \ -short_name short_name -pretty_name pretty_name \ -description description -creation_date creation_date \ -creation_user creation_user -creation_ip creation_ip \ -context_id context_id
Automatically generated method TYPES: integer integer {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -type_id (required)
- -sc_impl_id (required)
- -short_name (required)
- -pretty_name (required)
- -description (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call number_src (scripted, public)
<instance of acs::db::nsdb-postgresql> call number_src \ [ -dbn dbn ] -v_src v_src
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -v_src (required)
- Testcases:
- No testcase defined.
call party delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call party delete \ [ -dbn dbn ] -party_id party_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -party_id (required)
- Testcases:
- No testcase defined.
call party email (scripted, public)
<instance of acs::db::nsdb-postgresql> call party email \ [ -dbn dbn ] -party_id party_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -party_id (required)
- Testcases:
- No testcase defined.
call party name (scripted, public)
<instance of acs::db::nsdb-postgresql> call party name \ [ -dbn dbn ] -party_id party_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -party_id (required)
- Testcases:
- No testcase defined.
call party new (scripted, public)
<instance of acs::db::nsdb-postgresql> call party new \ [ -dbn dbn ] [ -party_id party_id ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] -email email [ -url url ] \ [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} {character varying} {character varying} integer
- Switches:
- -dbn (optional)
- -party_id (optional, accept empty)
- -object_type (optional, defaults to
"party"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -email (required)
- -url (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call party_approved_member add (scripted, public)
<instance of acs::db::nsdb-postgresql> call party_approved_member add \ [ -dbn dbn ] -party_id party_id -member_id member_id \ -rel_id rel_id -rel_type rel_type
Automatically generated method TYPES: integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -party_id (required)
- -member_id (required)
- -rel_id (required)
- -rel_type (required)
- Testcases:
- No testcase defined.
call party_approved_member add_one (scripted, public)
<instance of acs::db::nsdb-postgresql> call party_approved_member add_one \ [ -dbn dbn ] -party_id party_id -member_id member_id \ -rel_id rel_id
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -party_id (required)
- -member_id (required)
- -rel_id (required)
- Testcases:
- No testcase defined.
call party_approved_member remove (scripted, public)
<instance of acs::db::nsdb-postgresql> call party_approved_member remove \ [ -dbn dbn ] -party_id party_id -member_id member_id \ -rel_id rel_id -rel_type rel_type
Automatically generated method TYPES: integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -party_id (required)
- -member_id (required)
- -rel_id (required)
- -rel_type (required)
- Testcases:
- No testcase defined.
call party_approved_member remove_one (scripted, public)
<instance of acs::db::nsdb-postgresql> call party_approved_member remove_one \ [ -dbn dbn ] -party_id party_id -member_id member_id \ -rel_id rel_id
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -party_id (required)
- -member_id (required)
- -rel_id (required)
- Testcases:
- No testcase defined.
call person delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call person delete \ [ -dbn dbn ] -person_id person_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -person_id (required)
- Testcases:
- No testcase defined.
call person first_names (scripted, public)
<instance of acs::db::nsdb-postgresql> call person first_names \ [ -dbn dbn ] -person_id person_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -person_id (required)
- Testcases:
- No testcase defined.
call person last_name (scripted, public)
<instance of acs::db::nsdb-postgresql> call person last_name \ [ -dbn dbn ] -person_id person_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -person_id (required)
- Testcases:
- No testcase defined.
call person name (scripted, public)
<instance of acs::db::nsdb-postgresql> call person name \ [ -dbn dbn ] -person_id person_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -person_id (required)
- Testcases:
- No testcase defined.
call person new (scripted, public)
<instance of acs::db::nsdb-postgresql> call person new \ [ -dbn dbn ] [ -person_id person_id ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] -email email [ -url url ] \ -first_names first_names -last_name last_name \ [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} {character varying} {character varying} {character varying} {character varying} integer
- Switches:
- -dbn (optional)
- -person_id (optional, accept empty)
- -object_type (optional, defaults to
"person"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -email (required)
- -url (optional, accept empty)
- -first_names (required)
- -last_name (required)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call rdbms_date (scripted, public)
<instance of acs::db::nsdb-postgresql> call rdbms_date \ [ -dbn dbn ] -raw_date raw_date
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -raw_date (required)
- Testcases:
- No testcase defined.
call recurrence delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call recurrence delete \ [ -dbn dbn ] -recurrence_id recurrence_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -recurrence_id (required)
- Testcases:
- No testcase defined.
call recurrence new (scripted, public)
<instance of acs::db::nsdb-postgresql> call recurrence new \ [ -dbn dbn ] -interval_name interval_name \ -every_nth_interval every_nth_interval \ [ -days_of_week days_of_week ] [ -recur_until recur_until ] \ [ -custom_func custom_func ]
Automatically generated method TYPES: {character varying} integer {character varying} {timestamp with time zone} {character varying}
- Switches:
- -dbn (optional)
- -interval_name (required)
- -every_nth_interval (required)
- -days_of_week (optional, accept empty)
- -recur_until (optional, accept empty)
- -custom_func (optional, accept empty)
- Testcases:
- No testcase defined.
call rel_constraint delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_constraint delete \ [ -dbn dbn ] -constraint_id constraint_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -constraint_id (required)
- Testcases:
- No testcase defined.
call rel_constraint get_constraint_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_constraint get_constraint_id \ [ -dbn dbn ] -rel_segment rel_segment -rel_side rel_side \ -required_rel_segment required_rel_segment
Automatically generated method TYPES: integer character integer
- Switches:
- -dbn (optional)
- -rel_segment (required)
- -rel_side (required)
- -required_rel_segment (required)
- Testcases:
- No testcase defined.
call rel_constraint new (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_constraint new \ [ -dbn dbn ] [ -constraint_id constraint_id ] \ [ -constraint_type constraint_type ] \ -constraint_name constraint_name -rel_segment rel_segment \ [ -rel_side rel_side ] -required_rel_segment required_rel_segment \ [ -context_id context_id ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ]
Automatically generated method TYPES: integer {character varying} {character varying} integer character integer integer integer {character varying}
- Switches:
- -dbn (optional)
- -constraint_id (optional, accept empty)
- -constraint_type (optional, defaults to
"rel_constraint"
)- -constraint_name (required)
- -rel_segment (required)
- -rel_side (optional, defaults to
"two"
)- -required_rel_segment (required)
- -context_id (optional, accept empty)
- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- Testcases:
- No testcase defined.
call rel_constraint violation (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_constraint violation \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call rel_constraint violation_if_removed (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_constraint violation_if_removed \ [ -dbn dbn ] -rel_id rel_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -rel_id (required)
- Testcases:
- No testcase defined.
call rel_segment delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_segment delete \ [ -dbn dbn ] -segment_id segment_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -segment_id (required)
- Testcases:
- No testcase defined.
call rel_segment get (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_segment get \ [ -dbn dbn ] -group_id group_id -rel_type rel_type
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -group_id (required)
- -rel_type (required)
- Testcases:
- No testcase defined.
call rel_segment get_or_new (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_segment get_or_new \ [ -dbn dbn ] -group_id group_id -rel_type rel_type \ [ -segment_name segment_name ]
Automatically generated method TYPES: integer {character varying} {character varying}
- Switches:
- -dbn (optional)
- -group_id (required)
- -rel_type (required)
- -segment_name (optional, accept empty)
- Testcases:
- No testcase defined.
call rel_segment name (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_segment name \ [ -dbn dbn ] -segment_id segment_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -segment_id (required)
- Testcases:
- No testcase defined.
call rel_segment new (scripted, public)
<instance of acs::db::nsdb-postgresql> call rel_segment new \ [ -dbn dbn ] [ -segment_id segment_id ] \ [ -object_type object_type ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -email email ] [ -url url ] -segment_name segment_name \ -group_id group_id -rel_type rel_type [ -context_id context_id ]
Automatically generated method TYPES: integer {character varying} {timestamp with time zone} integer {character varying} {character varying} {character varying} {character varying} integer {character varying} integer
- Switches:
- -dbn (optional)
- -segment_id (optional, accept empty)
- -object_type (optional, defaults to
"rel_segment"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -email (optional, accept empty)
- -url (optional, accept empty)
- -segment_name (required)
- -group_id (required)
- -rel_type (required)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
call rss_gen_subscr del (scripted, public)
<instance of acs::db::nsdb-postgresql> call rss_gen_subscr del \ [ -dbn dbn ] -subscr_id subscr_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -subscr_id (required)
- Testcases:
- No testcase defined.
call rss_gen_subscr new (scripted, public)
<instance of acs::db::nsdb-postgresql> call rss_gen_subscr new \ [ -dbn dbn ] -p_subscr_id p_subscr_id -p_impl_id p_impl_id \ -p_summary_context_id p_summary_context_id -p_timeout p_timeout \ [ -p_lastbuild p_lastbuild ] -p_object_type p_object_type \ [ -p_creation_date p_creation_date ] \ -p_creation_user p_creation_user -p_creation_ip p_creation_ip \ -p_context_id p_context_id
Automatically generated method TYPES: integer integer {character varying} integer {timestamp with time zone} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -p_subscr_id (required)
- -p_impl_id (required)
- -p_summary_context_id (required)
- -p_timeout (required)
- -p_lastbuild (optional, defaults to
"now"
)- -p_object_type (required)
- -p_creation_date (optional, defaults to
"now"
)- -p_creation_user (required)
- -p_creation_ip (required)
- -p_context_id (required)
- Testcases:
- No testcase defined.
call rule_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call rule_exists \ [ -dbn dbn ] -rule_name rule_name -table_name table_name
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -rule_name (required)
- -table_name (required)
- Testcases:
- No testcase defined.
call search_observer dequeue (scripted, public)
<instance of acs::db::nsdb-postgresql> call search_observer dequeue \ [ -dbn dbn ] -object_id object_id -event_date event_date \ -event event
Automatically generated method TYPES: integer {timestamp with time zone} {character varying}
- Switches:
- -dbn (optional)
- -object_id (required)
- -event_date (required)
- -event (required)
- Testcases:
- No testcase defined.
call search_observer enqueue (scripted, public)
<instance of acs::db::nsdb-postgresql> call search_observer enqueue \ [ -dbn dbn ] -object_id object_id -event event
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -object_id (required)
- -event (required)
- Testcases:
- No testcase defined.
call sec_session_property upsert (scripted, public)
<instance of acs::db::nsdb-postgresql> call sec_session_property upsert \ [ -dbn dbn ] -session_id session_id -module module -name name \ -value value -secure_p secure_p -last_hit last_hit
Automatically generated method TYPES: bigint {character varying} {character varying} {character varying} boolean integer
- Switches:
- -dbn (optional)
- -session_id (required, integer)
- -module (required)
- -name (required)
- -value (required)
- -secure_p (required)
- -last_hit (required)
- Testcases:
- No testcase defined.
call site_node delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call site_node delete \ [ -dbn dbn ] -node_id node_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -node_id (required)
- Testcases:
- No testcase defined.
call site_node find_pattern (scripted, public)
<instance of acs::db::nsdb-postgresql> call site_node find_pattern \ [ -dbn dbn ] -node_id node_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -node_id (required)
- Testcases:
- No testcase defined.
call site_node new (scripted, public)
<instance of acs::db::nsdb-postgresql> call site_node new \ [ -dbn dbn ] [ -node_id node_id ] [ -parent_id parent_id ] \ -name name [ -object_id object_id ] -directory_p directory_p \ [ -pattern_p pattern_p ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ]
Automatically generated method TYPES: integer integer {character varying} integer boolean boolean integer {character varying}
- Switches:
- -dbn (optional)
- -node_id (optional, accept empty)
- -parent_id (optional, accept empty)
- -name (required)
- -object_id (optional, accept empty)
- -directory_p (required)
- -pattern_p (optional, defaults to
"f"
)- -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- Testcases:
- No testcase defined.
call site_node node_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call site_node node_id \ [ -dbn dbn ] -url url [ -parent_id parent_id ]
Automatically generated method TYPES: {character varying} integer
- Switches:
- -dbn (optional)
- -url (required)
- -parent_id (optional, accept empty)
- Testcases:
- No testcase defined.
call site_node url (scripted, public)
<instance of acs::db::nsdb-postgresql> call site_node url \ [ -dbn dbn ] -node_id node_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -node_id (required)
- Testcases:
- No testcase defined.
call site_node_object_map del (scripted, public)
<instance of acs::db::nsdb-postgresql> call site_node_object_map del \ [ -dbn dbn ] -object_id object_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
call site_node_object_map new (scripted, public)
<instance of acs::db::nsdb-postgresql> call site_node_object_map new \ [ -dbn dbn ] -object_id object_id -node_id node_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -object_id (required)
- -node_id (required)
- Testcases:
- No testcase defined.
call split (scripted, public)
<instance of acs::db::nsdb-postgresql> call split [ -dbn dbn ] \ -string string -split_char split_char -element element
Automatically generated method TYPES: {character varying} character integer
- Switches:
- -dbn (optional)
- -string (required)
- -split_char (required)
- -element (required)
- Testcases:
- No testcase defined.
call subsite_callback new (scripted, public)
<instance of acs::db::nsdb-postgresql> call subsite_callback new \ [ -dbn dbn ] [ -callback_id callback_id ] -event_type event_type \ -object_type object_type -callback callback \ -callback_type callback_type [ -sort_order sort_order ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {character varying} integer
- Switches:
- -dbn (optional)
- -callback_id (optional, accept empty)
- -event_type (required)
- -object_type (required)
- -callback (required)
- -callback_type (required)
- -sort_order (optional, accept empty)
- Testcases:
- No testcase defined.
call table_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call table_exists \ [ -dbn dbn ] -table_name table_name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -table_name (required)
- Testcases:
- No testcase defined.
call template_demo_note del (scripted, public)
<instance of acs::db::nsdb-postgresql> call template_demo_note del \ [ -dbn dbn ] -template_demo_note_id template_demo_note_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -template_demo_note_id (required)
- Testcases:
- No testcase defined.
call template_demo_note new (scripted, public)
<instance of acs::db::nsdb-postgresql> call template_demo_note new \ [ -dbn dbn ] -template_demo_note_id template_demo_note_id \ -title title -body body -color color \ [ -object_type object_type ] [ -creation_date creation_date ] \ -creation_user creation_user -creation_ip creation_ip \ -context_id context_id
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -template_demo_note_id (required)
- -title (required)
- -body (required)
- -color (required)
- -object_type (optional, defaults to
"template_demo_note"
)- -creation_date (optional, defaults to
"now"
)- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- Testcases:
- No testcase defined.
call time_interval copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call time_interval copy \ [ -dbn dbn ] -interval_id interval_id [ -offset offset ]
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -interval_id (required)
- -offset (optional, defaults to
"0"
)- Testcases:
- No testcase defined.
call time_interval delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call time_interval delete \ [ -dbn dbn ] -interval_id interval_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -interval_id (required)
- Testcases:
- No testcase defined.
call time_interval edit (scripted, public)
<instance of acs::db::nsdb-postgresql> call time_interval edit \ [ -dbn dbn ] -interval_id interval_id [ -start_date start_date ] \ [ -end_date end_date ]
Automatically generated method TYPES: integer {timestamp with time zone} {timestamp with time zone}
- Switches:
- -dbn (optional)
- -interval_id (required)
- -start_date (optional, accept empty)
- -end_date (optional, accept empty)
- Testcases:
- No testcase defined.
call time_interval eq (scripted, public)
<instance of acs::db::nsdb-postgresql> call time_interval eq \ [ -dbn dbn ] -interval_1_id interval_1_id \ -interval_2_id interval_2_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -interval_1_id (required)
- -interval_2_id (required)
- Testcases:
- No testcase defined.
call time_interval new (scripted, public)
<instance of acs::db::nsdb-postgresql> call time_interval new \ [ -dbn dbn ] [ -start_date start_date ] [ -end_date end_date ]
Automatically generated method TYPES: {timestamp with time zone} {timestamp with time zone}
- Switches:
- -dbn (optional)
- -start_date (optional, accept empty)
- -end_date (optional, accept empty)
- Testcases:
- No testcase defined.
call time_interval overlaps_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call time_interval overlaps_p \ [ -dbn dbn ] -start_1 start_1 -end_1 end_1 -start_2 start_2 \ -end_2 end_2
Automatically generated method TYPES: {timestamp with time zone} {timestamp with time zone} {timestamp with time zone} {timestamp with time zone}
- Switches:
- -dbn (optional)
- -start_1 (required)
- -end_1 (required)
- -start_2 (required)
- -end_2 (required)
- Testcases:
- No testcase defined.
call time_interval shift (scripted, public)
<instance of acs::db::nsdb-postgresql> call time_interval shift \ [ -dbn dbn ] -interval_id interval_id \ [ -start_offset start_offset ] [ -end_offset end_offset ]
Automatically generated method TYPES: integer integer integer
- Switches:
- -dbn (optional)
- -interval_id (required)
- -start_offset (optional, defaults to
"0"
)- -end_offset (optional, defaults to
"0"
)- Testcases:
- No testcase defined.
call timespan copy (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan copy \ [ -dbn dbn ] -timespan_id timespan_id -offset offset
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -offset (required)
- Testcases:
- No testcase defined.
call timespan delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan delete \ [ -dbn dbn ] -timespan_id timespan_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -timespan_id (required)
- Testcases:
- No testcase defined.
call timespan exists_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan exists_p \ [ -dbn dbn ] -timespan_id timespan_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -timespan_id (required)
- Testcases:
- No testcase defined.
call timespan interval_delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan interval_delete \ [ -dbn dbn ] -timespan_id timespan_id -interval_id interval_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -interval_id (required)
- Testcases:
- No testcase defined.
call timespan join (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan join \ [ -dbn dbn ] -timespan_id timespan_id [ -start_date start_date ] \ [ -end_date end_date ]
Automatically generated method TYPES: integer {timestamp with time zone} {timestamp with time zone}
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -start_date (optional, accept empty)
- -end_date (optional, accept empty)
- Testcases:
- No testcase defined.
call timespan join_interval (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan join_interval \ [ -dbn dbn ] -timespan_id timespan_id -interval_id interval_id \ [ -copy_p copy_p ]
Automatically generated method TYPES: integer integer boolean
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -interval_id (required)
- -copy_p (optional, defaults to
"true"
)- Testcases:
- No testcase defined.
call timespan multi_interval_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan multi_interval_p \ [ -dbn dbn ] -timespan_id timespan_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -timespan_id (required)
- Testcases:
- No testcase defined.
call timespan new (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan new \ [ -dbn dbn ] [ -start_date start_date ] [ -end_date end_date ]
Automatically generated method TYPES: {timestamp with time zone} {timestamp with time zone}
- Switches:
- -dbn (optional)
- -start_date (optional, accept empty)
- -end_date (optional, accept empty)
- Testcases:
- No testcase defined.
call timespan overlaps_interval_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan overlaps_interval_p \ [ -dbn dbn ] -timespan_id timespan_id \ [ -interval_id interval_id ]
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -interval_id (optional, accept empty)
- Testcases:
- No testcase defined.
call timespan overlaps_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call timespan overlaps_p \ [ -dbn dbn ] -timespan_id timespan_id [ -start_date start_date ] \ [ -end_date end_date ]
Automatically generated method TYPES: integer {timestamp with time zone} {timestamp with time zone}
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -start_date (optional, accept empty)
- -end_date (optional, accept empty)
- Testcases:
- No testcase defined.
call timezone add_rule (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone add_rule \ [ -dbn dbn ] -tz tz -abbrev abbrev -isdst_p isdst_p \ -gmt_offset gmt_offset -utc_start utc_start -utc_end utc_end \ -local_start local_start -local_end local_end
Automatically generated method TYPES: {character varying} {character varying} integer {character varying} {character varying} {character varying} {character varying} {character varying}
- Switches:
- -dbn (optional)
- -tz (required)
- -abbrev (required)
- -isdst_p (required)
- -gmt_offset (required)
- -utc_start (required)
- -utc_end (required)
- -local_start (required)
- -local_end (required)
- Testcases:
- No testcase defined.
call timezone convert_to_local (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone convert_to_local \ [ -dbn dbn ] -tz_id tz_id -utc_varchar utc_varchar
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -tz_id (required)
- -utc_varchar (required)
- Testcases:
- No testcase defined.
call timezone convert_to_utc (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone convert_to_utc \ [ -dbn dbn ] -tz_id tz_id -local_varchar local_varchar
Automatically generated method TYPES: integer {character varying}
- Switches:
- -dbn (optional)
- -tz_id (required)
- -local_varchar (required)
- Testcases:
- No testcase defined.
call timezone delete (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone delete \ [ -dbn dbn ] -tz_id tz_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -tz_id (required)
- Testcases:
- No testcase defined.
call timezone get_abbrev (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone get_abbrev \ [ -dbn dbn ] -tz_id tz_id -time time
Automatically generated method TYPES: integer {timestamp with time zone}
- Switches:
- -dbn (optional)
- -tz_id (required)
- -time (required)
- Testcases:
- No testcase defined.
call timezone get_date (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone get_date \ [ -dbn dbn ] -tz_id tz_id -timestamp timestamp -format format \ -append_timezone_p append_timezone_p
Automatically generated method TYPES: integer {timestamp with time zone} {character varying} boolean
- Switches:
- -dbn (optional)
- -tz_id (required)
- -timestamp (required)
- -format (required)
- -append_timezone_p (required)
- Testcases:
- No testcase defined.
call timezone get_id (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone get_id \ [ -dbn dbn ] -tz tz
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -tz (required)
- Testcases:
- No testcase defined.
call timezone get_offset (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone get_offset \ [ -dbn dbn ] -tz_id tz_id -time time
Automatically generated method TYPES: integer {timestamp with time zone}
- Switches:
- -dbn (optional)
- -tz_id (required)
- -time (required)
- Testcases:
- No testcase defined.
call timezone get_rawoffset (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone get_rawoffset \ [ -dbn dbn ] -tz_id tz_id -time time
Automatically generated method TYPES: integer {timestamp with time zone}
- Switches:
- -dbn (optional)
- -tz_id (required)
- -time (required)
- Testcases:
- No testcase defined.
call timezone isdst_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone isdst_p \ [ -dbn dbn ] -tz_id tz_id -time time
Automatically generated method TYPES: integer {timestamp with time zone}
- Switches:
- -dbn (optional)
- -tz_id (required)
- -time (required)
- Testcases:
- No testcase defined.
call timezone new (scripted, public)
<instance of acs::db::nsdb-postgresql> call timezone new \ [ -dbn dbn ] -tz tz -gmt_offset gmt_offset
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -tz (required)
- -gmt_offset (required)
- Testcases:
- No testcase defined.
call tree_ancestor_key (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_ancestor_key \ [ -dbn dbn ] -tree_key tree_key -level level
Automatically generated method TYPES: {bit varying} integer
- Switches:
- -dbn (optional)
- -tree_key (required)
- -level (required)
- Testcases:
- No testcase defined.
call tree_ancestor_p (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_ancestor_p \ [ -dbn dbn ] -potential_ancestor potential_ancestor \ -potential_child potential_child
Automatically generated method TYPES: {bit varying} {bit varying}
- Switches:
- -dbn (optional)
- -potential_ancestor (required)
- -potential_child (required)
- Testcases:
- No testcase defined.
call tree_increment_key (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_increment_key \ [ -dbn dbn ] -child_sort_key child_sort_key
Automatically generated method TYPES: {bit varying}
- Switches:
- -dbn (optional)
- -child_sort_key (required)
- Testcases:
- No testcase defined.
call tree_key_to_int (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_key_to_int \ [ -dbn dbn ] -tree_key tree_key -level level
Automatically generated method TYPES: {bit varying} integer
- Switches:
- -dbn (optional)
- -tree_key (required)
- -level (required)
- Testcases:
- No testcase defined.
call tree_leaf_key_to_int (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_leaf_key_to_int \ [ -dbn dbn ] -tree_key tree_key
Automatically generated method TYPES: {bit varying}
- Switches:
- -dbn (optional)
- -tree_key (required)
- Testcases:
- No testcase defined.
call tree_left (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_left \ [ -dbn dbn ] -key key
Automatically generated method TYPES: {bit varying}
- Switches:
- -dbn (optional)
- -key (required)
- Testcases:
- No testcase defined.
call tree_level (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_level \ [ -dbn dbn ] -tree_key tree_key
Automatically generated method TYPES: {bit varying}
- Switches:
- -dbn (optional)
- -tree_key (required)
- Testcases:
- No testcase defined.
call tree_next_key (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_next_key \ [ -dbn dbn ] -parent_key parent_key -child_value child_value
Automatically generated method TYPES: {bit varying} integer
- Switches:
- -dbn (optional)
- -parent_key (required)
- -child_value (required)
- Testcases:
- No testcase defined.
call tree_right (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_right \ [ -dbn dbn ] -key key
Automatically generated method TYPES: {bit varying}
- Switches:
- -dbn (optional)
- -key (required)
- Testcases:
- No testcase defined.
call tree_root_key (scripted, public)
<instance of acs::db::nsdb-postgresql> call tree_root_key \ [ -dbn dbn ] -tree_key tree_key
Automatically generated method TYPES: {bit varying}
- Switches:
- -dbn (optional)
- -tree_key (required)
- Testcases:
- No testcase defined.
call trigger_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call trigger_exists \ [ -dbn dbn ] -trigger_name trigger_name -on_table on_table
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -trigger_name (required)
- -on_table (required)
- Testcases:
- No testcase defined.
call trigger_func_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call trigger_func_exists \ [ -dbn dbn ] -trigger_name trigger_name
Automatically generated method TYPES: {character varying}
- Switches:
- -dbn (optional)
- -trigger_name (required)
- Testcases:
- No testcase defined.
call trigger_type (scripted, public)
<instance of acs::db::nsdb-postgresql> call trigger_type \ [ -dbn dbn ] -tgtype tgtype
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -tgtype (required)
- Testcases:
- No testcase defined.
call user_profile new (scripted, public)
<instance of acs::db::nsdb-postgresql> call user_profile new \ [ -dbn dbn ] -profile_id profile_id [ -rel_type rel_type ] \ -object_id_one object_id_one -object_id_two object_id_two \ -member_state member_state -creation_user creation_user \ -creation_ip creation_ip
Automatically generated method TYPES: integer {character varying} integer integer {character varying} integer {character varying}
- Switches:
- -dbn (optional)
- -profile_id (required)
- -rel_type (optional, defaults to
"user_profile"
)- -object_id_one (required)
- -object_id_two (required)
- -member_state (required)
- -creation_user (required)
- -creation_ip (required)
- Testcases:
- No testcase defined.
call util foreign_key_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call util foreign_key_exists \ [ -dbn dbn ] -table_name table_name -column column \ -reftable reftable -refcolumn refcolumn
Automatically generated method TYPES: text text text text
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- -reftable (required)
- -refcolumn (required)
- Testcases:
- No testcase defined.
call util get_default (scripted, public)
<instance of acs::db::nsdb-postgresql> call util get_default \ [ -dbn dbn ] -table_name table_name -column column
Automatically generated method TYPES: text text
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- Testcases:
- No testcase defined.
call util get_primary_keys (scripted, public)
<instance of acs::db::nsdb-postgresql> call util get_primary_keys \ [ -dbn dbn ] -table_name table_name
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -table_name (required)
- Testcases:
- No testcase defined.
call util index_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call util index_exists \ [ -dbn dbn ] -name name
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -name (required)
- Testcases:
- No testcase defined.
call util logical_negation (scripted, public)
<instance of acs::db::nsdb-postgresql> call util logical_negation \ [ -dbn dbn ] -true_or_false true_or_false
Automatically generated method TYPES: boolean
- Switches:
- -dbn (optional)
- -true_or_false (required)
- Testcases:
- No testcase defined.
call util multiple_nextval (scripted, public)
<instance of acs::db::nsdb-postgresql> call util multiple_nextval \ [ -dbn dbn ] -v_sequence_name v_sequence_name -v_count v_count
Automatically generated method TYPES: {character varying} integer
- Switches:
- -dbn (optional)
- -v_sequence_name (required)
- -v_count (required)
- Testcases:
- No testcase defined.
call util not_null_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call util not_null_exists \ [ -dbn dbn ] -table_name table_name -column column
Automatically generated method TYPES: text text
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- Testcases:
- No testcase defined.
call util primary_key_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call util primary_key_exists \ [ -dbn dbn ] -table_name table_name -column column \ [ -single_p single_p ]
Automatically generated method TYPES: text text boolean
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- -single_p (optional, defaults to
"true"
)- Testcases:
- No testcase defined.
call util table_column_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call util table_column_exists \ [ -dbn dbn ] -table_name table_name -column column
Automatically generated method TYPES: text text
- Switches:
- -dbn (optional)
- -table_name (required)
- -column (required)
- Testcases:
- No testcase defined.
call util table_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call util table_exists \ [ -dbn dbn ] -name name
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -name (required)
- Testcases:
- No testcase defined.
call util unique_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call util unique_exists \ [ -dbn dbn ] -table table -column column [ -single_p single_p ]
Automatically generated method TYPES: text text boolean
- Switches:
- -dbn (optional)
- -table (required)
- -column (required)
- -single_p (optional, defaults to
"true"
)- Testcases:
- No testcase defined.
call util view_exists (scripted, public)
<instance of acs::db::nsdb-postgresql> call util view_exists \ [ -dbn dbn ] -name name
Automatically generated method TYPES: text
- Switches:
- -dbn (optional)
- -name (required)
- Testcases:
- No testcase defined.
call views record_view (scripted, public)
<instance of acs::db::nsdb-postgresql> call views record_view \ [ -dbn dbn ] -object_id object_id -viewer_id viewer_id
Automatically generated method TYPES: integer integer
- Switches:
- -dbn (optional)
- -object_id (required)
- -viewer_id (required)
- Testcases:
- No testcase defined.
call views_by_type record_view (scripted, public)
<instance of acs::db::nsdb-postgresql> call views_by_type record_view \ [ -dbn dbn ] -object_id object_id -viewer_id viewer_id \ -view_type view_type
Automatically generated method TYPES: integer integer {character varying}
- Switches:
- -dbn (optional)
- -object_id (required)
- -viewer_id (required)
- -view_type (required)
- Testcases:
- No testcase defined.
call workflow_case_log_entry new (scripted, public)
<instance of acs::db::nsdb-postgresql> call workflow_case_log_entry new \ [ -dbn dbn ] -entry_id entry_id [ -content_type content_type ] \ -case_id case_id -action_id action_id -comment comment \ -comment_mime_type comment_mime_type \ -creation_user creation_user -creation_ip creation_ip \ -package_id package_id
Automatically generated method TYPES: integer {character varying} integer integer {character varying} {character varying} integer {character varying} integer
- Switches:
- -dbn (optional)
- -entry_id (required)
- -content_type (optional, defaults to
"workflow_case_log_entry"
)- -case_id (required)
- -action_id (required)
- -comment (required)
- -comment_mime_type (required)
- -creation_user (required)
- -creation_ip (required)
- -package_id (required)
- Testcases:
- No testcase defined.
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables