CCM NG/ccm-core: Extended JavaDoc for CcmObjectRepository

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4710 8810af33-2d31-482b-a856-94f89814c4df
pull/2/head
jensp 2017-05-05 06:51:45 +00:00
parent f475ff7872
commit a57809d2c3
1 changed files with 13 additions and 6 deletions

View File

@ -28,7 +28,14 @@ import java.util.UUID;
import static org.libreccm.core.CoreConstants.ACCESS_DENIED;
/**
* A repository class for {@link CcmObject}.
* A repository class for {@link CcmObject} entities.
*
* Please note that the {@code CcmObjectRepository} does not do any
* authorisation checks. {@code CcmObjectRepository} can't do that because the
* permissions are application specific. Checking permissions is the
* responsibility of the developers which use this class. It is recommended the
* create a repository class for each entity type which performs the
* applications specific permission checks.
*
* @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a>
*/