|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecuredItem | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of SecuredItem in atg.svc.repository.beans |
---|
Subinterfaces of SecuredItem in atg.svc.repository.beans | |
---|---|
interface |
BooleanFieldDefinition
Class BooleanFieldDefinition |
interface |
DateFieldDefinition
Class DateFieldDefinition |
interface |
DecimalFieldDefinition
Class DecimalFieldDefinition |
interface |
FieldDefinition
Class FieldDefinition |
interface |
ListFieldDefinition
Class ListFieldDefinition |
interface |
NumberFieldDefinition
Class NumberFieldDefinition |
interface |
OrganizationFieldDefinition
Class OrganizationFieldDefinition |
interface |
SolutionFieldValue
Class SolutionFieldValue |
interface |
StatementFieldDefinition
Class StatementFieldDefinition |
interface |
TextFieldDefinition
Class TextFieldDefinition |
interface |
TransactionalFragmentFieldDefinition
Class TransactionalFragmentFieldDefinition |
interface |
UserFieldDefinition
Class UserFieldDefinition |
Uses of SecuredItem in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service with parameters of type SecuredItem | |
---|---|
boolean |
SegmentService.isAlwaysExternallyVisible(SecuredItem pObj)
Returns true if the given object would be visible to everyone external. |
boolean |
SegmentService.isAlwaysInternallyVisible(SecuredItem pObj)
Returns true if the given object would be visible to everyone internal. |
boolean |
SegmentService.isExternallyVisible(SecuredItem pObj,
java.lang.String pSegment)
Returns true if the given segment is visible based on the internalAudience of the given object. |
boolean |
SegmentService.isInternallyVisible(SecuredItem pObj,
java.lang.String pSegment)
Returns true if the given segment is visible based on the internalAudience of the given object. |
void |
SegmentService.setDefaultExternalAudience(SecuredItem pObject)
Assigns the default external audience segment to the given object. |
void |
SegmentService.setDefaultInternalAudience(SecuredItem pObject)
Assigns the default internal audience segment to the given object. |
void |
SegmentService.setDefaultInternalModify(SecuredItem pObject)
Assigns the default internal modify segment to the given object. |
void |
SegmentService.setDefaultSegments(SecuredItem pObject)
Assigns the configured default segments to the given object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |