|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Functions | |
| SA_API int | SA_ask_current_location_code (char **locCodePref) |
| SA_API int | SA_ask_current_organization (tag_t *organizationTag) |
| SA_API int | SA_ask_current_project (tag_t *project) |
| SA_API int | SA_ask_current_user_context (tag_t *user_context) |
| SA_API int | SA_ask_current_work_context (tag_t *workcontext) |
| SA_API int | SA_ask_user_work_contexts (tag_t user, int *n_workcontexts, tag_t **workcontexts) |
| SA_API int | SA_assign_work_context (tag_t workcontext, tag_t target) |
| SA_API int | SA_create_work_context (const char *name, const char *desc, tag_t group, tag_t role, tag_t user, tag_t project, logical allowSubgroups, logical settingModifiable, tag_t *newWorkContext) |
| SA_API int | SA_remove_work_context (tag_t workcontext, tag_t target) |
| SA_API int | SA_set_current_location_code (char *locCodePref) |
| SA_API int | SA_set_current_organization (tag_t organizationTag) |
| SA_API int | SA_set_current_project (tag_t project) |
| SA_API int | SA_set_current_work_context (tag_t workcontext) |
| SA_API int SA_ask_current_location_code | ( | char ** | locCodePref | ) |
return the Current LocationCode for the session.
| locCodePref | (OF) |
| SA_API int SA_ask_current_organization | ( | tag_t * | organizationTag | ) |
return the Current Organization for the session.
| organizationTag | (O) |
| SA_API int SA_ask_current_project | ( | tag_t * | project | ) |
return the Current Project for the session.
| project | (O) |
| SA_API int SA_ask_current_user_context | ( | tag_t * | user_context | ) |
Retrieves the current User Context of the session. Returns ITK_ok, always
| user_context | (O) The session current User Context |
| SA_API int SA_ask_current_work_context | ( | tag_t * | workcontext | ) |
return the Current Work Context for the session.
| workcontext | (O) |
return the work contexts associated with the user's workflow tasks (Tasks to Perform) or their targets .
| user | (I) |
| n_workcontexts | (O) |
| workcontexts | (OF) n_workcontexts |
Assign the given workcontext to the given target.
| workcontext | (I) |
| target | (I) |
| SA_API int SA_create_work_context | ( | const char * | name, |
| const char * | desc, | ||
| tag_t | group, | ||
| tag_t | role, | ||
| tag_t | user, | ||
| tag_t | project, | ||
| logical | allowSubgroups, | ||
| logical | settingModifiable, | ||
| tag_t * | newWorkContext | ||
| ) |
Create a new work context with the given name, desc, group, role, user, project.
| name | (I) |
| desc | (I) |
| group | (I) |
| role | (I) |
| user | (I) |
| project | (I) |
| allowSubgroups | (I) |
| settingModifiable | (I) |
| newWorkContext | (O) |
remove the given workcontext from the given target.
| workcontext | (I) |
| target | (I) |
| SA_API int SA_set_current_location_code | ( | char * | locCodePref | ) |
set the Current LocationCode for the session
| locCodePref | (I) |
| SA_API int SA_set_current_organization | ( | tag_t | organizationTag | ) |
set the given organization/group as Current Organization for the session.
| organizationTag | (I) |
| SA_API int SA_set_current_project | ( | tag_t | project | ) |
set the given project as Current Project for the session.
| project | (I) |
| SA_API int SA_set_current_work_context | ( | tag_t | workcontext | ) |
set the given workcontext as Current Work Context for the session.
| workcontext | (I) |