|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAdministration
Administration functionality. This interface contains miscellaneous administration methods. It is not part of the published API, and thus may be changed from one release to another without warning.
This interface is not intended to be implemented by clients.
| Method Summary | |
|---|---|
void |
clonePersonalization(String sourcePrincipalId,
List targetPrincipalIds,
boolean overwrite)
Deprecated. @deprecated use new JNDI provider for personalization (pcdpers: |
List |
getConfigurationParameters()
Returns a list of all config parameters that are used by the Pcd GL. |
Properties |
getConfigurationProperties()
Returns the current PCD configuration as java.util.Properties |
boolean |
getIndexedSearchActive()
|
Integer[] |
getIndexingInstanceIds()
Finds all active and inactive instances' IDs, checks if an instance is off-line and marks it. |
long |
getIndexingStartupDelayMillis()
|
String |
getIndexPolicy()
|
long |
getInstanceDowntime()
|
List |
getPersonalizedObjects(String principalId)
Deprecated. use new JNDI provider for personalization (pcdpers: |
List |
getPersonalizingPrincipalIds(String name,
List principalIds)
Deprecated. use @see com.sapportals.portal.pcd.gl.pers.IPersAdmin#getPersonalizingPrincipalIds(String name, List principalIds, Object securityPrincipal) |
void |
releaseCompleteCache()
Removes the complete PCD cache. |
void |
removeObjectFromCache(String name)
Removes the object that is bound to the given name from the PCD cache. |
void |
removeObjectFromCacheClusterWide(String name)
Removes the object that is bound to the given name from the PCD cache cluster Wide. |
void |
removePersonalization(List principalIds,
List objectIds)
Deprecated. use new JNDI provider for personalization (pcdpers: |
| Method Detail |
|---|
void removeObjectFromCache(String name)
throws NamingException
name - The name (as instance of String)
NamingException
void releaseCompleteCache()
throws NamingException
NamingException
void removeObjectFromCacheClusterWide(String name)
throws NamingException
name - The name in the PCD namespace (as instance of String)
NamingExceptionList getConfigurationParameters()
Properties getConfigurationProperties()
@Deprecated
List getPersonalizingPrincipalIds(String name,
List principalIds)
throws NamingException
name - The name in the PCD namespace without prefix (as instance of String)principalIds - A List of principal ids to search for. If the parameter is null, all users will be
returned. The list has to contain the unique principal ids as String.
NamingException
@Deprecated
List getPersonalizedObjects(String principalId)
throws NamingException
principalId - The unique principal id as String
NamingException
@Deprecated
void removePersonalization(List principalIds,
List objectIds)
throws NamingException
principalIds - The ids of the principals for which the personalization is to be
removed. The list has to contain the unique principal ids as String.
If the parameter is null, personalization will be removed for all principals.objectIds - The names of the objects for which the personalization is to be
removed. If the parameter is null, the personalization of all objects will
be removed.
NamingException
@Deprecated
void clonePersonalization(String sourcePrincipalId,
List targetPrincipalIds,
boolean overwrite)
throws NamingException
sourcePrincipalId - The id of the principals for which the personalization is to be
copied. The list has to contain the unique principal ids as String.targetPrincipalIds - The names of the principals to which the personalization is copiedoverwrite -
NamingExceptionString getIndexPolicy()
long getInstanceDowntime()
boolean getIndexedSearchActive()
Integer[] getIndexingInstanceIds()
long getIndexingStartupDelayMillis()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcd/gl/api
|
-
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcd/gl/api
|
api
|
EP-PIN
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] EP-BASIS
|
[sap.com]
|
api
|
BC-PIN-PCD
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||