Files
alfresco-community-repo/source/web/jsp/admin/avm-console-help.txt
Jan Vonka d9d774eac0 Merged V3.2 to HEAD
16030: Merged V3.1 to V3.2
        16001: Merged V2.2 to V3.1
            15999: Temp build/test (AVM permissions - testSimpleInternalLayer)
    16223: WCM UI - simple perf improvement when displaying modified list (lock icon)
    16472: Merged V3.1 to V3.2
        16180: ETHREEOH-2821 - fix deployment of WCM layered (ie. across web project) file
        16188: WCM - minor: display (localisable) "File" text (follow-on fix for r15970)
        16255: WCM - ETHREEOH-2836
        16257: AVM - minor updates to unit tests
        16275: WCM - ETHREEOH-2844
        16277: WCM - ETHREEOH-2829 - added simple unit test
        16341: AVM - minor update to reuse core (path) utils
        16344: Merged V2.2 to V3.1
            16323: Fix ETWOTWO-1266 (unexpected AVM conflict)
        16457: Fix ETHREEOH-2836 (WCM layered files) - follow-on fix, with additional unit test
    16649: Fix ETHREEOH-1878 - configure WCM locking for CIFS/FTP
    16654: Merged V3.1 to V3.2
        16507: Fix ETHREEOH-2604 - update unsecured-public-services-security-context.xml.sample (to allow server to start)
        16527: Fix ETHREEOH-2868 - can't submit removal of WCM layered file (Older version prevents update)
        16607: AVM - additional tests when deleting LD + fix to avoid cycle
        16612: AVM - console improvement (lsver, rmvers) to enable admin/support to list & purge snapshots between dates
        16638: Fix ETHREEOH-2893 - stale WCM/AVM layered dir
        16643: AVM - console improvement (setopacity) -> eg. to set stale/modifed WCM layered folder as opaque


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16895 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-10-14 09:20:15 +00:00

399 lines
7.7 KiB
Plaintext

Help For The AVM Console.
-------------------------
Basic Syntax:
Enter commands into the Command box of the form:
command, arg1, arg2, arg3, ... argn
Enter further data into the Optional Data box for
command like write, create that require input data.
Click Execute to run the command.
To quit / exit, close this window or tab (and logout from Alfresco Explorer or close the web browser).
Individual Commands:
------
ls - Lists the contents of the given directory.
ls, avmpath, #versionnumber#
avmpath is a valid avm path which are of the form:
storename:/name/name/name.../name
The root of the store is simply
storename:/
#versionnumber# is an integer constant indicating
the version number. -1 is used to reference the 'HEAD'
version.
------
lsr - Lists the contents of the given directory recursively.
lsr, avmpath, #versionnumber#
avmpath and #versionnumber# as above.
------
lsrep - Lists all the avmstores.
lsrep
------
lsver - Lists the versions in a given store.
lsver, storename
lsver, storename, fromDate
lsver, storename, fromDate, toDate
storename - name of the store (alphanumeric).
fromDate, toDate in ISO 8601 format (eg. 'YYYY-MM-DDThh:mm:ss.sss<TZD>' where <TZD> = 'Z' or '+hh:mm' or '-hh:mm')
------
mkrep - Create a new store.
mkrep, storename
storename - as above.
------
setstoreproperty - Set the value of store property.
setstoreproperty, storename, qname, value
storename - as above.
value - the new property value - the type will be auto-detected. At present only TEXT
and INT types are suppored as well as collections of these types. Collections
can be specified using a comma seperated list enclosed in square brackets.
qname - the property name in the form {namespaceURI}localName
------
setstorepermission - Set a permission mask on a store.
setstorepermission, storename, authority, permission
storename - as above.
authority - the user or group identifier.
permission - the permission name to set.
------
clearstorepermission - Clears a permission mask on a store for a given authority.
clearstorepermission, storename, authority
storename - as above.
authority - the user or group identifier.
------
load - Loads content recursively into an avm directory.
load, fspath, avmpath
fspath is a local filesystem path. Use '/'s to
be safe, even on windows.
avmpath as above and must be a path to a directory.
------
mkdir - Create a new directory
mkdir, avmpath, name
avmpath is as above and must point to a directory.
name must be a valid Alfresco path component name.
------
mkbr - Create a branch
mkbr, srcavmpath, dstavmpath, name, #versionnumber#
srcavmpath is a valid avmpath
dstavmpath is a valid avmpath to a directory
name is a valid path component name.
------
mkldir - Create a new layered directory
mkldir, targetavmpath, avmpath, name
targetavmpath is a valid avmpath to a directory which
will be what the new layered directory is transparent to.
avmpath is and avmpath to the directory which will contain
the new layered directory.
name is a valid path component name.
------
setopacity - Set layered directory to be opaque (or not) to its indirection
setopacity, avmpath, bool
avmpath is avmpath to the layered directory
bool is "true" (opaque) or "false" (not opaque)
------
rename - Renames a node from one place to another.
rename, srcdiravmpath, srcname, dstdiravmpath, dstname
srcdiravmpath is the avm directory that contains the node
to be renamed.
srcname is the name of the node to rename.
dstdiravmpath is the avm directory that the renamed
node will live in.
dstname is the name of the renamed node.
------
cp - Copies a file from one place to another.
cp, avmpath, #versionnumber#, diravmpath, name
avmpath is the path to the file to copy.
#versionnumber# is as above.
diravmpath is the directory in which the copy will
reside.
name is the name of the copy.
------
snap - Creates a snapshot (a new version of an
avmstore).
snap, storename, tag, description
storename is the name of the store to snapshot.
tag is the short label - note: cannot contain ',' using this interface
description is the longer description - note: cannot contain ',' using this interface
------
cat - Shows the textual content of a node. Sorry no binary
viewing.
cat, avmpath, #versionnumber#
avmpath as above.
#versionnumber# as above.
------
rm - Remove a node.
rm, avmpath, name
avmpath is a pointer to a directory.
name is the name of the node in that directory
to remove.
------
rmrep - Purges a store, i.e. makes it truly go away.
rmrep, storename
storename - as above.
------
rmver - Purges a particular version of a store.
rmver, storename, #versionnumber#
storename - as above.
#versionnmber# is the version to purge.
------
rmvers - Purges versions of a store between two dates (inclusive).
rmvers, storename, fromDate, toDate
storename - as above.
fromDate, toDate in ISO 8601 format (eg. 'YYYY-MM-DDThh:mm:ss.sss<TZD>' where <TZD> = 'Z' or '+hh:mm' or '-hh:mm')
------
write - Writes content to an existing file.
write, avmpath
avmpath is a path to a file.
This command expects the content to be written in
the Optional Data box.
------
create - Create a new file.
create, avmpath, name
avmpath is a path to a directory.
name is the name to give the new file.
This command expects the content to be written in
the Optional Data box.
------
stat - Get information on a node.
stat, avmpath, #versionnumber#
avmpath as above.
#versionnumber# as above.
------
getnodeproperties - List all properties of a node.
getnodeproperties, avmpath, #versionnumber#
avmpath as above.
#versionnumber# as above.
------
descnode - Describes a node (including lock information).
descnode, avmpath, #versionnumber#
avmpath as above.
#versionnumber# as above.
------
deletenodeproperty - Delete a property of a node.
deletenodeproperty, avmpath, #versionnumber#, qname
avmpath as above.
#versionnumber# as above.
qname - a property name in the form {namespaceURI}localName
------
setnodeproperty - Set the value of node property.
setnodeproperty, avmpath, qname, value
value - the new property value - the type will be auto-detected. At present only TEXT,
NODE_REF and INT types are suppored as well as collections of these types. Collections
can be specified using a comma seperated list enclosed in square brackets.
qname - the property name in the form {namespaceURI}localName
------
setnodepermission - Set a permission mask on a node.
setnodepermission, avmpath, authority, permission
authority - the user or group identifier.
permission - the permission name to set.
------
clearnodepermission - Clears a permission mask on a node for a given authority.
clearnodepermission, avmpath, authority
authority - the user or group identifier.
------
history - Get a list of the previous versions
of a node.
history, avmpath, #versionnumber#, #count#
avmpath as above.
#versionnumber# as above.
#count# The number of versions into the past to list.
-1 means all.
------
statstore - Show information about a store.
statstore, storename
storename The name of the store.
------
compare - Compares two trees.
compare, avmpath, #versionnumber#, avmpath, #versionnumber#
------
update - Promotes a node from one tree to another.
update, avmpath, #versionnumber#, avmpath
------
resetLayer - Resets a layer.
resetLayer, avmpath
------
flatten - Flattens a layer against a target tree.
flatten, avmpath, avmpath
------
getnodeaspects - List all aspects of a node.
getnodeaspects, avmpath, #versionnumber#
------
addnodeaspect - Add an aspect to a node.
addnodeaspect, avmpath, qname
qname - an aspect name in the form {namespaceURI}localName
------
deletenodeaspect - Remove an aspect and it's properties from a node.
deletenodeaspect, avmpath, qname
qname - an aspect name in the form {namespaceURI}localName