RM Capabilities: more tests and fixes. Declare makes records ownerless.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16000 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2009-09-01 09:37:09 +00:00
parent f820643c7d
commit 63970d1f10

View File

@@ -36,6 +36,8 @@ import org.alfresco.service.cmr.repository.NodeRef;
@PublicService @PublicService
public interface OwnableService public interface OwnableService
{ {
public static String NO_OWNER = "";
/** /**
* Get the username of the owner of the given object. * Get the username of the owner of the given object.
* *