Uses of Interface
org.alfresco.repo.security.permissions.PermissionCheckValue
-
Packages that use PermissionCheckValue Package Description org.alfresco.repo.calendar org.alfresco.repo.calendar.cannedqueries org.alfresco.repo.domain.node org.alfresco.repo.download.cannedquery org.alfresco.repo.links org.alfresco.repo.model.filefolder org.alfresco.repo.node.archive org.alfresco.repo.node.getchildren org.alfresco.repo.query org.alfresco.repo.remotecredentials org.alfresco.repo.site Provides the implementation of the site service which is used to provide services used by the sites of the Share interface.org.alfresco.service.cmr.calendar org.alfresco.service.cmr.links org.alfresco.service.cmr.model FileFolderServiceorg.alfresco.service.cmr.remotecredentials org.alfresco.service.cmr.repository org.alfresco.service.cmr.security org.alfresco.service.cmr.site Provides the public interface for the the SiteService which is used by the Share application. -
-
Uses of PermissionCheckValue in org.alfresco.repo.calendar
Classes in org.alfresco.repo.calendar that implement PermissionCheckValue Modifier and Type Class Description classCalendarEntryImpl -
Uses of PermissionCheckValue in org.alfresco.repo.calendar.cannedqueries
Classes in org.alfresco.repo.calendar.cannedqueries that implement PermissionCheckValue Modifier and Type Class Description classCalendarEntityCalendar Entity - low level representation of parts of aCalendarEntry- used by GetCalendarEntries Canned QueryclassGetCalendarEntriesCannedQueryParamsParameter objects forGetCalendarEntriesCannedQuery. -
Uses of PermissionCheckValue in org.alfresco.repo.domain.node
Classes in org.alfresco.repo.domain.node that implement PermissionCheckValue Modifier and Type Class Description classNodeEntityBean to convey alf_node data.classNodeUpdateEntityBean to convey alf_node update data. -
Uses of PermissionCheckValue in org.alfresco.repo.download.cannedquery
Classes in org.alfresco.repo.download.cannedquery that implement PermissionCheckValue Modifier and Type Class Description classDownloadEntityDownload Entity - used by GetDownloads CQclassGetDownloadsCannedQueryParamsQuery parameters for GetDownloadsCannedQuery -
Uses of PermissionCheckValue in org.alfresco.repo.links
Classes in org.alfresco.repo.links that implement PermissionCheckValue Modifier and Type Class Description classLinkInfoImplAn implementation ofLinkInfo -
Uses of PermissionCheckValue in org.alfresco.repo.model.filefolder
Classes in org.alfresco.repo.model.filefolder that implement PermissionCheckValue Modifier and Type Class Description classFileInfoImplCommon file information implementation. -
Uses of PermissionCheckValue in org.alfresco.repo.node.archive
Classes in org.alfresco.repo.node.archive that implement PermissionCheckValue Modifier and Type Class Description classArchivedNodeEntityArchivedNodes Entity - used by GetArchivedNodes CQclassGetArchivedNodesCannedQueryParamsParameter object forGetArchivedNodesCannedQuery. -
Uses of PermissionCheckValue in org.alfresco.repo.node.getchildren
Classes in org.alfresco.repo.node.getchildren that implement PermissionCheckValue Modifier and Type Class Description classGetChildrenAuditableCannedQueryParamsParameter objects forGetChildrenAuditableCannedQuery.classGetChildrenWithTargetAssocsAuditableCannedQueryParamsParameter objects forGetChildrenWithTargetAssocsAuditableCannedQuery. -
Uses of PermissionCheckValue in org.alfresco.repo.query
Classes in org.alfresco.repo.query that implement PermissionCheckValue Modifier and Type Class Description classNodeBackedEntityParent class of Canned Query Entities which are aNodeEntitywith additional propertiesclassNodeWithTargetsEntityParent class of Canned Query Entities which are aNodeEntitywith additional properties -
Uses of PermissionCheckValue in org.alfresco.repo.remotecredentials
Classes in org.alfresco.repo.remotecredentials that implement PermissionCheckValue Modifier and Type Class Description classAbstractCredentialsImplThis class is the parent of a set of Remote CredentialsclassOAuth1CredentialsInfoImplThis class represents an OAuth 1.0 based set of credentialsclassOAuth2CredentialsInfoImplThis class represents an OAuth 2.0 based set of credentialsclassPasswordCredentialsInfoImplThis class represents a password based set of credentials -
Uses of PermissionCheckValue in org.alfresco.repo.site
Classes in org.alfresco.repo.site that implement PermissionCheckValue Modifier and Type Class Description classSiteInfoImplSite Information Class -
Uses of PermissionCheckValue in org.alfresco.service.cmr.calendar
Subinterfaces of PermissionCheckValue in org.alfresco.service.cmr.calendar Modifier and Type Interface Description interfaceCalendarEntryThis class represents an event in a calendar.Classes in org.alfresco.service.cmr.calendar that implement PermissionCheckValue Modifier and Type Class Description classCalendarEntryDTOThis class represents an event in a calendar. -
Uses of PermissionCheckValue in org.alfresco.service.cmr.links
Subinterfaces of PermissionCheckValue in org.alfresco.service.cmr.links Modifier and Type Interface Description interfaceLinkInfoThis class represents a Link in a site -
Uses of PermissionCheckValue in org.alfresco.service.cmr.model
Subinterfaces of PermissionCheckValue in org.alfresco.service.cmr.model Modifier and Type Interface Description interfaceFileInfoCommon file information. -
Uses of PermissionCheckValue in org.alfresco.service.cmr.remotecredentials
Subinterfaces of PermissionCheckValue in org.alfresco.service.cmr.remotecredentials Modifier and Type Interface Description interfaceBaseCredentialsInfoThis class is the parent of a set of Remote CredentialsinterfaceOAuth1CredentialsInfoThis class represents an OAuth 1.0 based set of credentialsinterfaceOAuth2CredentialsInfoThis class represents an OAuth 2.0 based set of credentialsinterfacePasswordCredentialsInfoThis class represents a password based set of credentials -
Uses of PermissionCheckValue in org.alfresco.service.cmr.repository
Classes in org.alfresco.service.cmr.repository that implement PermissionCheckValue Modifier and Type Class Description static classCopyService.CopyInfoData pojo to carry information about node copies -
Uses of PermissionCheckValue in org.alfresco.service.cmr.security
Classes in org.alfresco.service.cmr.security that implement PermissionCheckValue Modifier and Type Class Description static classPersonService.PersonInfoData pojo to carry common person information -
Uses of PermissionCheckValue in org.alfresco.service.cmr.site
Subinterfaces of PermissionCheckValue in org.alfresco.service.cmr.site Modifier and Type Interface Description interfaceSiteInfo
-