public interface ResourcePolicyService extends DSpaceCRUDService<ResourcePolicy>
create, delete, find, updateList<ResourcePolicy> find(Context c, DSpaceObject o) throws SQLException
SQLExceptionList<ResourcePolicy> find(Context c, DSpaceObject o, String type) throws SQLException
SQLExceptionList<ResourcePolicy> find(Context c, DSpaceObject o, int actionId) throws SQLException
SQLExceptionList<ResourcePolicy> find(Context c, DSpaceObject dso, Group group, int action, int notPolicyID) throws SQLException
SQLExceptionList<ResourcePolicy> find(Context context, Group group) throws SQLException
SQLExceptionString getActionText(ResourcePolicy resourcePolicy)
boolean isDateValid(ResourcePolicy resourcePolicy)
ResourcePolicy clone(Context context, ResourcePolicy resourcePolicy) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionvoid removeAllPolicies(Context c, DSpaceObject o) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionvoid removeAllPolicies(Context c, DSpaceObject o, boolean updateLastModified) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionvoid removePolicies(Context c, DSpaceObject o, int actionId) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionvoid removePolicies(Context c, DSpaceObject o, String type) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionvoid removeDsoGroupPolicies(Context context, DSpaceObject dso, Group group) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionvoid removeDsoEPersonPolicies(Context context, DSpaceObject dso, EPerson ePerson) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionvoid removeGroupPolicies(Context c, Group group) throws SQLException
SQLExceptionvoid removeDsoAndTypeNotEqualsToPolicies(Context c, DSpaceObject o, String type) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionCopyright © 2016 DuraSpace. All Rights Reserved.