AUTHORIZED_UNIT
- PARAM_META
- public class AuthorizableReporterMeta<PARAM_META> extends ReporterMeta<PARAM_META> implements Authorizable
Authorization
needs and are Authorizable
in natureConstructor and Description |
---|
AuthorizableReporterMeta() |
AuthorizableReporterMeta(ReporterMeta reporterMeta) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizableId()
Every
Authorizable entity should specify its key/id so that the Calling API knows which Set of Authorization s to match with |
Boolean |
getAuthorizableIdAssignable()
Is the
Authorizable.getAuthorizableId() of this instance to be considered in the global list of Authorizations.If true, it will appear in the List of Authorizations that can be assigned to users. |
Collection<Authorization> |
getAuthorizations()
Authorization s that can access this item |
void |
setAuthorizableId(String authorizableId) |
void |
setAuthorizableIdAssignable(Boolean authorizableIdAssignable) |
void |
setAuthorizations(Collection<Authorization> authorizations)
Authorization s that can access this item |
getAttributes, getBulkActions, getColumnToEntityValueMapping, getDisplayName, getExportableFormats, getId, getInputParamsMetas, getNoParamsReporterMeta, getRecordType, getReporter, getRowDecorators, setAttributes, setBulkActions, setColumnToEntityValueMapping, setDisplayName, setExportableFormats, setId, setInputParamsMetas, setNoParamsReporterMeta, setRecordType, setReporter, setRowDecorators
public AuthorizableReporterMeta()
public AuthorizableReporterMeta(ReporterMeta reporterMeta)
public Boolean getAuthorizableIdAssignable()
Authorizable
Authorizable.getAuthorizableId()
of this instance to be considered in the global list of Authorizations.getAuthorizableIdAssignable
in interface Authorizable
Boolean
@Nullablepublic void setAuthorizableIdAssignable(Boolean authorizableIdAssignable)
public Collection<Authorization> getAuthorizations()
Authorization
s that can access this itemgetAuthorizations
in interface Authorizable
public void setAuthorizations(Collection<Authorization> authorizations)
Authorization
s that can access this itemsetAuthorizations
in interface Authorizable
public String getAuthorizableId()
Authorizable
Authorizable
entity should specify its key/id so that the Calling API knows which Set
of Authorization
s to match withgetAuthorizableId
in interface Authorizable
public void setAuthorizableId(String authorizableId)
setAuthorizableId
in interface Authorizable
Copyright © 2018. All rights reserved.