atg.svc.repository.beans
Interface SecuredInternalItem

All Known Subinterfaces:
EnumeratedListValue, OrganizationValue, Segment, SolutionClass
All Known Implementing Classes:
_EnumeratedListValue_BeanImpl, _EnumeratedListValue_Impl, _EnumeratedListValue_ReposImpl, _OrganizationValue_BeanImpl, _OrganizationValue_Impl, _OrganizationValue_ReposImpl, _Segment_BeanImpl, _Segment_Impl, _Segment_ReposImpl, _SolutionClass_BeanImpl, _SolutionClass_Impl, _SolutionClass_ReposImpl

public interface SecuredInternalItem

Defines a common interface for knowledge repository itmes that have internal security elements to them.

Version:
$Id: //application/service/version/2007.3/common/src/classes/atg/svc/repository/beans/SecuredInternalItem.java#2 $$Change: 632007 $
Author:
dkenyon

Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 java.lang.String[] getInternalAudience()
          Gets the array of segments for the internal audience (view permission)
 boolean getIsVisible()
          Returns true if the object is visible for the current user.
 void setInternalAudience(java.lang.String[] pSegments)
          Sets the array of segments for the internal audience (view permission)
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

getInternalAudience

java.lang.String[] getInternalAudience()
Gets the array of segments for the internal audience (view permission)

Returns:
The array of segments for the internal audience

setInternalAudience

void setInternalAudience(java.lang.String[] pSegments)
Sets the array of segments for the internal audience (view permission)

Parameters:
pSegments - The array of segments for the internal audience

getIsVisible

boolean getIsVisible()
Returns true if the object is visible for the current user.

Returns:
True if the object is visible for the current user.