public class InMemoryPolicyServiceImpl extends InMemoryAbstractServiceImpl
fAtomLinkProvider, fStoreManager, validator
Modifier | Constructor and Description |
---|---|
protected |
InMemoryPolicyServiceImpl(StoreManager storeManager) |
Modifier and Type | Method and Description |
---|---|
void |
applyPolicy(CallContext context,
String repositoryId,
String policyId,
String objectId,
ExtensionsData extension) |
List<ObjectData> |
getAppliedPolicies(CallContext context,
String repositoryId,
String objectId,
String filter,
ExtensionsData extension) |
void |
removePolicy(CallContext context,
String repositoryId,
String policyId,
String objectId,
ExtensionsData extension) |
checkHasUser, checkIsVersionableObject, getTypeDefinition, getTypeDefinition, getTypeDefinition, getVersionedDocumentOfObjectId, isCheckedOut, testCheckedOutByCurrentUser, testHasProperCheckedOutStatus, testIsCheckedOut, testIsNotCheckedOutBySomeoneElse
protected InMemoryPolicyServiceImpl(StoreManager storeManager)
public List<ObjectData> getAppliedPolicies(CallContext context, String repositoryId, String objectId, String filter, ExtensionsData extension)
public void removePolicy(CallContext context, String repositoryId, String policyId, String objectId, ExtensionsData extension)
public void applyPolicy(CallContext context, String repositoryId, String policyId, String objectId, ExtensionsData extension)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.