- 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-postgresql create ... \PostgreSQL backend for nsdb driver
[ -backend backend ] \
[ -dbn (default "") ] \
[ -driver driver ]
Defined in packages/acs-api-browser/tcl/api-doc-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
- Switches:
- -dbn
(optional)- -user_id
(optional)- -object_type
(defaults to"user"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -authority_id
(optional)- -username
(required)- -url
(optional)- -first_names
(required)- -last_name
(required)- -password
(required)- -salt
(required)- -screen_name
(optional)- -email_verified_p
(defaults to"t"
) (optional)- -member_state
(defaults to"approved"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 nameAutomatically generated method
- Switches:
- -dbn
(optional)- -name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -user_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -activity_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -activity_id
(optional)- -name
(optional)- -description
(optional)- -html_p
(optional)- -status_summary
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -activity_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -activity_id
(optional)- -name
(required)- -description
(optional)- -html_p
(defaults to"f"
) (optional)- -status_summary
(optional)- -object_type
(defaults to"acs_activity"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -context_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -activity_id
(optional)- -object_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -activity_id
(optional)- -object_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 descriptionAutomatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- -attribute_name
(required)- -description_key
(required)- -description
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_type
(required)- -attribute_name
(required)- -datatype
(required)- -pretty_name
(required)- -pretty_plural
(optional)- -table_name
(optional)- -column_name
(optional)- -default_value
(optional)- -min_n_values
(defaults to"1"
) (optional)- -max_n_values
(defaults to"1"
) (optional)- -sort_order
(optional)- -storage
(defaults to"type_specific"
) (optional)- -static_p
(defaults to"f"
) (optional)- -create_column_p
(defaults to"f"
) (optional)- -database_type
(optional)- -size
(optional)- -null_p
(defaults to"t"
) (optional)- -references
(optional)- -check_expr
(optional)- -column_spec
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_type
(required)- -attribute_name
(required)- -drop_column_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_keyAutomatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- -attribute_name
(required)- -description_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -attribute_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -attribute_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- -activity_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -recurrence_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -parameter_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- -cutoff_date
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -recurrence_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- -name
(optional)- -description
(optional)- -html_p
(optional)- -status_summary
(optional)- -timespan_id
(optional)- -activity_id
(optional)- -recurrence_id
(optional)- -object_type
(defaults to"acs_event"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -context_id
(optional)- -package_id
(optional)- -location
(optional)- -related_link_url
(optional)- -related_link_text
(optional)- -redirect_to_rel_link_p
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_offsetAutomatically generated method
- Switches:
- -dbn
(optional)- -event_id
(optional)- -date_offset
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- -party_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- -party_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_pAutomatically generated method
- Switches:
- -dbn
(optional)- -event_id
(optional)- -start_date
(required)- -end_date
(required)- -edit_past_events_p
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- -start_offset
(defaults to"0"
) (optional)- -end_offset
(defaults to"0"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- -start_offset
(defaults to"0"
) (optional)- -end_offset
(defaults to"0"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -event_id
(optional)- -timespan_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -group_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -group_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_membershipAutomatically generated method
- Switches:
- -dbn
(optional)- -party_id
(optional)- -group_id
(optional)- -cascade_membership
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -group_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -group_id
(optional)- -object_type
(defaults to"group"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -url
(optional)- -group_name
(required)- -join_policy
(optional)- -context_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 messageAutomatically generated method
- Switches:
- -dbn
(optional)- -log_key
(required)- -message
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 messageAutomatically generated method
- Switches:
- -dbn
(optional)- -log_key
(required)- -message
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 messageAutomatically generated method
- Switches:
- -dbn
(optional)- -log_key
(required)- -message
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 messageAutomatically generated method
- Switches:
- -dbn
(optional)- -log_key
(required)- -message
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -extlink_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -file_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -image_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- -title
(optional)- -description
(optional)- -mime_type
(defaults to"text/plain"
) (optional)- -text
(optional)- -data
(optional)- -creation_date
(defaults to"sysdate"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -is_live
(defaults to"t"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 descriptionAutomatically generated method
- Switches:
- -dbn
(optional)- -extlink_id
(optional)- -url
(required)- -label
(optional)- -description
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -file_id
(optional)- -title
(optional)- -description
(optional)- -mime_type
(defaults to"text/plain"
) (optional)- -data
(optional)- -creation_date
(defaults to"sysdate"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -is_live
(defaults to"t"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -image_id
(optional)- -title
(optional)- -description
(optional)- -mime_type
(defaults to"text/plain"
) (optional)- -data
(optional)- -width
(optional)- -height
(optional)- -creation_date
(defaults to"sysdate"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -is_live
(defaults to"t"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- -reply_to
(optional)- -sent_date
(required)- -sender
(optional)- -rfc822_id
(required)- -title
(required)- -description
(required)- -mime_type
(required)- -text
(required)- -data
(optional)- -parent_id
(optional)- -context_id
(optional)- -creation_user
(optional)- -creation_ip
(required)- -object_type
(required)- -is_live
(required)- -package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- -file_id
(optional)- -file_name
(required)- -title
(optional)- -description
(optional)- -mime_type
(defaults to"text/plain"
) (optional)- -data
(optional)- -creation_date
(defaults to"sysdate"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -is_live
(defaults to"t"
) (optional)- -storage_type
(defaults to"file"
) (optional)- -package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- -image_id
(optional)- -file_name
(required)- -title
(optional)- -description
(optional)- -mime_type
(defaults to"text/plain"
) (optional)- -data
(optional)- -width
(optional)- -height
(optional)- -creation_date
(defaults to"sysdate"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -is_live
(defaults to"t"
) (optional)- -storage_type
(defaults to"file"
) (optional)- -package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- -recipient_id
(required)- -grouping_id
(optional)- -wait_until
(defaults to"sysdate"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -message_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- -ancestor_id
(optional)- -n_generations
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- -descendant_id
(optional)- -n_generations
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- -ancestor_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_valsAutomatically generated method
- Switches:
- -dbn
(optional)- -v_vals
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_valsAutomatically generated method
- Switches:
- -dbn
(optional)- -v_vals
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_valsAutomatically generated method
- Switches:
- -dbn
(optional)- -v_vals
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_inAutomatically generated method
- Switches:
- -dbn
(optional)- -object_id_in
(optional)- -attribute_name_in
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_inAutomatically generated method
- Switches:
- -dbn
(optional)- -object_id_in
(optional)- -attribute_name_in
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- -object_type
(defaults to"acs_object"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -context_id
(optional)- -security_inherit_p
(defaults to"t"
) (optional)- -title
(optional)- -package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_inAutomatically generated method
- Switches:
- -dbn
(optional)- -object_id_in
(optional)- -attribute_name_in
(required)- -value_in
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- -modifying_user
(optional)- -modifying_ip
(optional)- -last_modified
(defaults to"now()"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_type
(required)- -pretty_name
(required)- -pretty_plural
(required)- -supertype
(required)- -table_name
(optional)- -id_column
(optional)- -package_name
(optional)- -abstract_p
(defaults to"f"
) (optional)- -type_extension_table
(optional)- -name_method
(optional)- -create_table_p
(defaults to"f"
) (optional)- -dynamic_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_type
(required)- -drop_children_p
(defaults to"f"
) (optional)- -drop_table_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_2Automatically generated method
- Switches:
- -dbn
(optional)- -object_type_1
(required)- -object_type_2
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_typeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_typeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_typeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_id
(optional)- -object_type
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_typeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_typeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_id
(optional)- -object_type
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_type2Automatically generated method
- Switches:
- -dbn
(optional)- -object_type1
(required)- -object_type2
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 privilegeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_id
(optional)- -grantee_id
(optional)- -privilege
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 privilegeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_id
(optional)- -party_id
(optional)- -privilege
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 privilegeAutomatically generated method
- Switches:
- -dbn
(optional)- -objects
(required)- -party_id
(optional)- -privilege
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 privilegeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_id
(optional)- -grantee_id
(optional)- -privilege
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_privilegeAutomatically generated method
- Switches:
- -dbn
(optional)- -privilege
(required)- -child_privilege
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -privilege
(required)- -pretty_name
(optional)- -pretty_plural
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 privilegeAutomatically generated method
- Switches:
- -dbn
(optional)- -privilege
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_privilegeAutomatically generated method
- Switches:
- -dbn
(optional)- -privilege
(required)- -child_privilege
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -repository_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -repository_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -repository_id
(optional)- -table_name
(required)- -internal_data_p
(defaults to""f""
) (optional)- -package_name
(optional)- -last_update
(defaults to"sysdate"
) (optional)- -source
(optional)- -source_url
(optional)- -effective_date
(defaults to"sysdate"
) (optional)- -expiry_date
(optional)- -maintainer_id
(optional)- -notes
(defaults to"null (not Oracle empty_blob())"
) (optional)- -first_names
(optional)- -last_name
(optional)- -creation_ip
(optional)- -object_type
(defaults to""acs_reference_repository""
) (optional)- -creation_user
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_id
(optional)- -rel_type
(defaults to"relationship"
) (optional)- -object_id_one
(optional)- -object_id_two
(optional)- -context_id
(optional)- -creation_user
(optional)- -creation_ip
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -role
(required)- -pretty_name
(optional)- -pretty_plural
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_type
(required)- -pretty_name
(required)- -pretty_plural
(required)- -supertype
(defaults to"relationship"
) (optional)- -table_name
(required)- -id_column
(required)- -package_name
(required)- -object_type_one
(required)- -role_one
(optional)- -min_n_rels_one
(optional)- -max_n_rels_one
(optional)- -object_type_two
(required)- -role_two
(optional)- -min_n_rels_two
(optional)- -max_n_rels_two
(optional)- -composable_p
(defaults to"t"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 roleAutomatically generated method
- Switches:
- -dbn
(optional)- -role
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_type
(required)- -cascade_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 roleAutomatically generated method
- Switches:
- -dbn
(optional)- -role
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 roleAutomatically generated method
- Switches:
- -dbn
(optional)- -role
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -contract_name
(required)- -impl_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -contract_name
(required)- -impl_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -contract_name
(optional)- -impl_name
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -contract_name
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -contract_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -contract_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_descAutomatically generated method
- Switches:
- -dbn
(optional)- -contract_name
(required)- -contract_desc
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -impl_contract_name
(required)- -impl_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -impl_contract_name
(required)- -impl_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -impl_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -impl_contract_name
(required)- -impl_name
(required)- -impl_pretty_name
(required)- -impl_owner_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -impl_contract_name
(required)- -impl_name
(required)- -impl_operation_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_plAutomatically generated method
- Switches:
- -dbn
(optional)- -impl_contract_name
(required)- -impl_name
(required)- -impl_operation_name
(required)- -impl_alias
(required)- -impl_pl
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -msg_type_name
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -msg_type_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -msg_type_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_specAutomatically generated method
- Switches:
- -dbn
(optional)- -msg_type_name
(required)- -msg_type_spec
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -msg_type_name
(required)- -element_name
(required)- -element_msg_type_name
(required)- -element_msg_type_isset_p
(defaults to"f"
) (optional)- -element_pos
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_specAutomatically generated method
- Switches:
- -dbn
(optional)- -msg_type_name
(required)- -msg_type_spec
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -contract_name
(required)- -operation_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_outputtypeAutomatically generated method
- Switches:
- -dbn
(optional)- -contract_name
(required)- -operation_name
(required)- -operation_desc
(required)- -operation_iscachable_p
(defaults to"f"
) (optional)- -operation_nargs
(optional)- -operation_inputtype
(required)- -operation_outputtype
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -user_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -user_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -user_id
(optional)- -object_type
(defaults to"user"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -authority_id
(optional)- -username
(required)- -url
(optional)- -first_names
(required)- -last_name
(required)- -password
(required)- -salt
(required)- -screen_name
(optional)- -email_verified_p
(defaults to"t"
) (optional)- -context_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -user_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_id
(optional)- -rel_type
(defaults to"admin_rel"
) (optional)- -object_id_one
(optional)- -object_id_two
(optional)- -member_state
(defaults to"approved"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -package_id
(optional)- -parameter_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -package_key
(optional)- -parameter_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -package_key
(required)- -parameter_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_key
(required)- -pretty_name
(required)- -pretty_plural
(required)- -package_uri
(required)- -initial_install_p
(defaults to"f"
) (optional)- -singleton_p
(defaults to"f"
) (optional)- -implements_subsite_p
(defaults to"f"
) (optional)- -inherit_templates_p
(defaults to"f"
) (optional)- -spec_file_path
(optional)- -spec_file_mtime
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_keyAutomatically generated method
- Switches:
- -dbn
(optional)- -package_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_key
(required)- -pretty_name
(required)- -pretty_plural
(required)- -package_uri
(required)- -package_type
(required)- -initial_install_p
(defaults to"f"
) (optional)- -singleton_p
(defaults to"f"
) (optional)- -implements_subsite_p
(defaults to"f"
) (optional)- -inherit_templates_p
(defaults to"f"
) (optional)- -spec_file_path
(optional)- -spec_file_mtime
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -parameter_id
(optional)- -package_key
(required)- -parameter_name
(required)- -description
(optional)- -scope
(required)- -datatype
(defaults to"string"
) (optional)- -default_value
(optional)- -section_name
(optional)- -min_n_values
(defaults to"1"
) (optional)- -max_n_values
(defaults to"1"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_key
(required)- -pretty_name
(required)- -pretty_plural
(required)- -package_uri
(required)- -initial_install_p
(defaults to"f"
) (optional)- -singleton_p
(defaults to"f"
) (optional)- -implements_subsite_p
(defaults to"f"
) (optional)- -inherit_templates_p
(defaults to"f"
) (optional)- -spec_file_path
(optional)- -spec_file_mtime
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_valueAutomatically generated method
- Switches:
- -dbn
(optional)- -package_key
(required)- -parameter_name
(required)- -attr_value
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_valueAutomatically generated method
- Switches:
- -dbn
(optional)- -package_id
(optional)- -parameter_name
(required)- -attr_value
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_key
(required)- -cascade_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_key
(required)- -cascade_p
(defaults to"t"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -parameter_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_key
(required)- -cascade_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_key
(required)- -pretty_name
(optional)- -pretty_plural
(optional)- -package_uri
(optional)- -package_type
(optional)- -initial_install_p
(optional)- -singleton_p
(optional)- -implements_subsite_p
(defaults to"f"
) (optional)- -inherit_templates_p
(defaults to"f"
) (optional)- -spec_file_path
(optional)- -spec_file_mtime
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -parameter_id
(optional)- -parameter_name
(optional)- -description
(optional)- -datatype
(defaults to"string"
) (optional)- -default_value
(optional)- -section_name
(optional)- -min_n_values
(defaults to"1"
) (optional)- -max_n_values
(defaults to"1"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -application_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -application_id
(optional)- -instance_name
(optional)- -package_key
(required)- -object_type
(defaults to"apm_application"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -context_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_keyAutomatically generated method
- Switches:
- -dbn
(optional)- -package_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_keyAutomatically generated method
- Switches:
- -dbn
(optional)- -package_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_keyAutomatically generated method
- Switches:
- -dbn
(optional)- -package_id
(optional)- -package_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_keyAutomatically generated method
- Switches:
- -dbn
(optional)- -parent_package_key
(required)- -child_package_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_id
(optional)- -instance_name
(optional)- -package_key
(required)- -object_type
(defaults to"apm_package"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -context_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_keyAutomatically generated method
- Switches:
- -dbn
(optional)- -package_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -parent_id__package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_keyAutomatically generated method
- Switches:
- -dbn
(optional)- -package_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- 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)- -spec_file_mtime
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_key
(required)- -cascade_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_keyAutomatically generated method
- Switches:
- -dbn
(optional)- -package_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -package_key
(required)- -pretty_name
(optional)- -pretty_plural
(optional)- -package_uri
(optional)- -package_type
(optional)- -initial_install_p
(optional)- -singleton_p
(optional)- -implements_subsite_p
(optional)- -inherit_templates_p
(optional)- -spec_file_path
(optional)- -spec_file_mtime
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_versionAutomatically generated method
- Switches:
- -dbn
(optional)- -dependency_type
(required)- -dependency_id
(optional)- -version_id
(optional)- -dependency_uri
(required)- -dependency_version
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_versionAutomatically generated method
- Switches:
- -dbn
(optional)- -interface_id
(optional)- -version_id
(optional)- -interface_uri
(required)- -interface_version
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_pAutomatically generated method
- Switches:
- -dbn
(optional)- -version_id
(optional)- -new_version_id
(optional)- -new_version_name
(required)- -new_version_uri
(required)- -copy_owners_p
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -version_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -version_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -new_version_id
(optional)- -version_id
(optional)- -version_name
(optional)- -version_uri
(required)- -summary
(required)- -description_format
(required)- -description
(required)- -release_date
(required)- -vendor
(required)- -vendor_uri
(required)- -auto_mount
(required)- -installed_p
(defaults to"f"
) (optional)- -data_model_loaded_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -version_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -version_id
(optional)- -package_key
(required)- -version_name
(optional)- -version_uri
(required)- -summary
(required)- -description_format
(required)- -description
(required)- -release_date
(required)- -vendor
(required)- -vendor_uri
(required)- -auto_mount
(required)- -installed_p
(defaults to"f"
) (optional)- -data_model_loaded_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -dependency_uri
(required)- -dependency_version
(required)- -version_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -interface_uri
(required)- -interface_version
(required)- -version_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -version_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -version_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -path
(required)- -initial_version_name
(required)- -final_version_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_twoAutomatically generated method
- Switches:
- -dbn
(optional)- -version_name_one
(required)- -version_name_two
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -value_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_valueAutomatically generated method
- Switches:
- -dbn
(optional)- -value_id
(optional)- -package_id
(optional)- -parameter_id
(optional)- -attr_value
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -service_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -service_id
(optional)- -instance_name
(optional)- -package_key
(required)- -object_type
(defaults to"apm_service"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -context_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -group_id
(optional)- -object_type
(defaults to"application_group"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(required)- -url
(required)- -group_name
(required)- -package_id
(optional)- -join_policy
(required)- -context_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -authority_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -authority_id
(optional)- -object_type
(defaults to"authority"
) (optional)- -short_name
(required)- -pretty_name
(required)- -enabled_p
(defaults to"t"
) (optional)- -sort_order
(optional)- -auth_impl_id
(optional)- -pwd_impl_id
(optional)- -forgotten_pwd_url
(optional)- -change_pwd_url
(optional)- -register_impl_id
(optional)- -register_url
(optional)- -help_contact_text
(optional)- -creation_user
(optional)- -creation_ip
(optional)- -context_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -cal_item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -cal_item_id
(optional)- -on_which_calendar
(optional)- -name
(required)- -description
(required)- -html_p
(optional)- -status_summary
(optional)- -timespan_id
(optional)- -activity_id
(optional)- -recurrence_id
(optional)- -object_type
(defaults to""cal_item""
) (optional)- -context_id
(optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -package_id
(optional)- -location
(optional)- -related_link_url
(optional)- -related_link_text
(optional)- -redirect_to_rel_link_p
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_varsAutomatically generated method
- Switches:
- -dbn
(optional)- -cal_uid
(required)- -activity_id
(optional)- -ical_vars
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -calendar_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_ipAutomatically generated method
- Switches:
- -dbn
(optional)- -calendar_id
(optional)- -calendar_name
(required)- -object_type
(defaults to"calendar"
) (optional)- -owner_id
(optional)- -private_p
(required)- -package_id
(optional)- -context_id
(optional)- -creation_date
(required)- -creation_user
(optional)- -creation_ip
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -category_id
(optional)- -tree_id
(optional)- -parent_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -category_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_ipAutomatically generated method
- Switches:
- -dbn
(optional)- -category_id
(optional)- -locale
(required)- -name
(required)- -description
(required)- -modifying_date
(required)- -modifying_user
(optional)- -modifying_ip
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -category_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_ipAutomatically generated method
- Switches:
- -dbn
(optional)- -category_id
(optional)- -tree_id
(optional)- -locale
(required)- -name
(required)- -description
(required)- -parent_id
(optional)- -deprecated_p
(required)- -creation_date
(required)- -creation_user
(optional)- -creation_ip
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_ipAutomatically generated method
- Switches:
- -dbn
(optional)- -category_id
(optional)- -locale
(required)- -name
(required)- -description
(required)- -modifying_date
(required)- -modifying_user
(optional)- -modifying_ip
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -category_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -category_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -link_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -from_category_id
(optional)- -to_category_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 nameAutomatically generated method
- Switches:
- -dbn
(optional)- -name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -synonym_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 localeAutomatically generated method
- Switches:
- -dbn
(optional)- -synonym_id
(optional)- -new_name
(required)- -locale
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -len1
(optional)- -len2
(optional)- -matches
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -name
(required)- -locale
(required)- -category_id
(optional)- -synonym_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 localeAutomatically generated method
- Switches:
- -dbn
(optional)- -synonym_id
(optional)- -name
(required)- -locale
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 localeAutomatically generated method
- Switches:
- -dbn
(optional)- -search_text
(required)- -locale
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -tree_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_ipAutomatically generated method
- Switches:
- -dbn
(optional)- -source_tree
(optional)- -dest_tree
(optional)- -creation_user
(optional)- -creation_ip
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -tree_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_ipAutomatically generated method
- Switches:
- -dbn
(optional)- -tree_id
(optional)- -locale
(required)- -tree_name
(required)- -description
(required)- -site_wide_p
(required)- -modifying_date
(required)- -modifying_user
(optional)- -modifying_ip
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 widgetAutomatically generated method
- Switches:
- -dbn
(optional)- -object_id
(optional)- -tree_id
(optional)- -subtree_category_id
(optional)- -assign_single_p
(required)- -require_category_p
(required)- -widget
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -tree_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -tree_id
(optional)- -locale
(required)- -tree_name
(required)- -description
(required)- -site_wide_p
(required)- -creation_date
(required)- -creation_user
(optional)- -creation_ip
(required)- -context_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_ipAutomatically generated method
- Switches:
- -dbn
(optional)- -tree_id
(optional)- -locale
(required)- -tree_name
(required)- -description
(required)- -modifying_date
(required)- -modifying_user
(optional)- -modifying_ip
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -object_id
(optional)- -tree_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
call cmp_pg_version (scripted, public)
<instance of acs::db::nsdb-postgresql> call cmp_pg_version \ [ -dbn dbn ] -version versionAutomatically generated method
- Switches:
- -dbn
(optional)- -version
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_nameAutomatically generated method
- Switches:
- -dbn
(optional)- -table_name
(required)- -column_name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -component_id
(optional)- -container_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -component_id
(optional)- -container_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_id
(optional)- -rel_type
(defaults to"composition_rel"
) (optional)- -object_id_one
(optional)- -object_id_two
(optional)- -creation_user
(optional)- -creation_ip
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 nameAutomatically generated method
- Switches:
- -dbn
(optional)- -extlink_id
(optional)- -target_folder_id
(optional)- -creation_user
(optional)- -creation_ip
(optional)- -name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -extlink_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -name
(optional)- -url
(required)- -label
(optional)- -description
(optional)- -parent_id
(optional)- -extlink_id
(optional)- -creation_date
(defaults to"now"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- -target_folder_id
(optional)- -creation_user
(optional)- -creation_ip
(optional)- -name
(optional)- -label
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- -cascade_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- -cascade_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- -name
(optional)- -label
(optional)- -description
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- -content_type
(required)- -include_subtypes
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- -target_folder_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- -target_folder_id
(optional)- -name
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -name
(required)- -label
(required)- -description
(optional)- -parent_id
(optional)- -context_id
(optional)- -folder_id
(optional)- -creation_date
(defaults to"now"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -security_inherit_p
(defaults to"t"
) (optional)- -package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- -content_type
(required)- -include_subtypes
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -folder_id
(optional)- -content_type
(required)- -include_subtypes
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -target_folder_id
(optional)- -creation_user
(optional)- -creation_ip
(optional)- -name
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -target_folder_id
(optional)- -creation_user
(optional)- -creation_ip
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 nameAutomatically generated method
- Switches:
- -dbn
(optional)- -item_id
(optional)- -name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 nameAutomatically generated method
- Switches:
- -dbn
(optional)- -item_id
(optional)- -target_item_id
(optional)- -name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_path
(required)- -root_folder_id
(optional)- -resolve_index
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -root_folder_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -is_live
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_contextAutomatically generated method
- Switches:
- -dbn
(optional)- -item_id
(optional)- -use_context
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -is_live
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -root_folder_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -folder_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 supertypeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- -supertype
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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_tagAutomatically generated method
- Switches:
- -dbn
(optional)- -item_id
(optional)- -content_type
(required)- -relation_tag
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 nameAutomatically generated method
- Switches:
- -dbn
(optional)- -item_id
(optional)- -target_folder_id
(optional)- -name
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -name
(required)- -parent_id
(optional)- -item_id
(optional)- -locale
(optional)- -creation_date
(defaults to"now"
) (optional)- -creation_user
(optional)- -context_id
(optional)- -creation_ip
(optional)- -item_subtype
(defaults to"content_item"
) (optional)- -content_type
(defaults to"content_revision"
) (optional)- -title
(optional)- -description
(optional)- -mime_type
(defaults to"text/plain"
) (optional)- -nls_language
(optional)- -text
(optional)- -data
(optional)- -relation_tag
(optional)- -is_live
(defaults to"f"
) (optional)- -storage_type
(optional)- -package_id
(optional)- -with_child_rels
(defaults to"t"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_contextAutomatically generated method
- Switches:
- -dbn
(optional)- -item_id
(optional)- -template_id
(optional)- -use_context
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -object_id
(optional)- -relation_tag
(defaults to"generic"
) (optional)- -order_n
(optional)- -relation_type
(defaults to"cr_item_rel"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -revision_id
(optional)- -publish_status
(defaults to"ready"
) (optional)- -publish_date
(defaults to"now()"
) (optional)- -is_latest
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -start_when
(optional)- -end_when
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -template_id
(optional)- -use_context
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -rel_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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_pathAutomatically generated method
- Switches:
- -dbn
(optional)- -item_id
(optional)- -root_path
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -keyword_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -keyword_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -keyword_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -keyword_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -keyword_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -keyword_id
(optional)- -recurse
(defaults to"none"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -keyword_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -keyword_id
(optional)- -context_id
(optional)- -creation_user
(optional)- -creation_ip
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -item_id
(optional)- -keyword_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -heading
(required)- -description
(optional)- -parent_id
(optional)- -keyword_id
(optional)- -creation_date
(defaults to"now"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -object_type
(defaults to"content_keyword"
) (optional)- -package_id
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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 descriptionAutomatically generated method
- Switches:
- -dbn
(optional)- -keyword_id
(optional)- -description
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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 headingAutomatically generated method
- Switches:
- -dbn
(optional)- -keyword_id
(optional)- -heading
(required)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -revision_id
(optional)- -revision_id_dest
(optional)- Partial Call Graph (max 5 caller/called nodes):
- 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
- Switches:
- -dbn
(optional)- -revision_id
(optional)- -copy_id
(optional)- -target_item_id
(optional)- -creation_user
(optional)- -creation_ip
(optional)- Partial Call Graph (max 5 caller/called nodes):