AppSuite:Data management: Difference between revisions
(Created page with "<div class="sect1" lang="en-EN"><div class="titlepage"><div><div><h2 class="title" style="clear: both">deleteinvisible</h2></div></div></div><p>The <strong class="userinput"><...") |
(html to wiki) |
||
Line 1: | Line 1: | ||
== deleteinvisible == | |||
The '''<code>deleteinvisible</code>''' command line tool can be used to remove not visible data inside a context. Before calling this CLT the module access for all users in the context should be changed to the according permissions. This CLT uses the changed permissions to determine what data is not visible for the context users anymore. Changing permissions can be done by either changing the module access for every single user in the context through the CLT changeuser or by the CLT for changing the module access for an entire context. | |||
''Be careful because the deleted data is lost completely and can not be restored anymore.'' | |||
=== Parameters === | |||
{| border="1" | |||
|- | |||
| -h,--help | |||
|Prints a help text for this CLT | |||
|- | |||
| --environment | |||
|Shows information about environment variables | |||
|- | |||
| --nonl | |||
|Removes all newlines (\n) from output | |||
|- | |||
| -c,--contextid <contextid> | |||
|The unique identifier of the context that invisible data should be deleted. | |||
|- | |||
| -N,--contextname <contextname> | |||
|A name that is assigned to the context. | |||
|} | |||
Either the unique context identifier must be given or a name that is assigned to it. | |||
=== Extra parameters === | |||
{| border="1" | |||
|- | |||
|-A,--adminuser <adminuser> | |||
|Master adminstrator user name that is defined for managing contexts. | |||
|- | |||
|-P,--adminpass <adminpass> | |||
|Master adminstrator user password. | |||
|} | |||
=== Return value === | |||
<code>0</code> on success | |||
<code>>0</code> on failure | |||
=== Mandatory parameters === | |||
'''<code>(contextid or contextname) {adminuser adminpass}</code>''' | |||
=== Command output === | |||
On success: | |||
<code>context <contextid or contextname> invisible data deleted</code> | |||
On failure: | |||
<code>context <contextid or contextname> invisible data could not be deleted: <reason from server></code> | |||
=== Example === | |||
<code>root@oxhe~# </code>'''<code>/opt/open-xchange/sbin/deleteinvisible -N default</code>''' | |||
<code>context default invisible data deleted</code> | |||
[[Category:AppSuite]] | [[Category:AppSuite]] | ||
[[Category:AdminGuide]] | [[Category:AdminGuide]] |
Revision as of 14:28, 30 August 2013
deleteinvisible
The deleteinvisible
command line tool can be used to remove not visible data inside a context. Before calling this CLT the module access for all users in the context should be changed to the according permissions. This CLT uses the changed permissions to determine what data is not visible for the context users anymore. Changing permissions can be done by either changing the module access for every single user in the context through the CLT changeuser or by the CLT for changing the module access for an entire context.
Be careful because the deleted data is lost completely and can not be restored anymore.
Parameters
-h,--help | Prints a help text for this CLT |
--environment | Shows information about environment variables |
--nonl | Removes all newlines (\n) from output |
-c,--contextid <contextid> | The unique identifier of the context that invisible data should be deleted. |
-N,--contextname <contextname> | A name that is assigned to the context. |
Either the unique context identifier must be given or a name that is assigned to it.
Extra parameters
Master adminstrator user name that is defined for managing contexts. |
Master adminstrator user password. |
Return value
0
on success
>0
on failure
Mandatory parameters
(contextid or contextname) {adminuser adminpass}
Command output
On success:
context <contextid or contextname> invisible data deleted
On failure:
context <contextid or contextname> invisible data could not be deleted: <reason from server>
Example
root@oxhe~#
/opt/open-xchange/sbin/deleteinvisible -N default
context default invisible data deleted