|
SAP NetWeaver 7.40 Enterprise Portal (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IObjectsManager
Implement this base interface to manage semantic objects.
INewObjectDescriptor| Method Summary | |
|---|---|
IAttributeSet |
getDefaultAttributes(com.sap.security.api.IPrincipal user)
Gets the object's default attributes |
Object |
instantiateDescriptor(CreateMethod createMethod,
String[] targetIds,
com.sap.security.api.IPrincipal user)
Creates a descriptor for the new object creation based on a template object. |
Object |
instantiateDescriptor(CreateMethod createMethod,
String targetId,
com.sap.security.api.IPrincipal user)
Instantiates a descriptor for the new object creation based on a template object. |
Object |
instantiateDescriptor(com.sap.security.api.IPrincipal user)
Creates a descriptor for the new object creation. |
| Method Detail |
|---|
IAttributeSet getDefaultAttributes(com.sap.security.api.IPrincipal user)
throws UnsupportedOperationException
user - the user who has permissions to access the object's default attributes
IAttributeSet object
UnsupportedOperationException - when nothing is returned (no default attributes exist)
Object instantiateDescriptor(CreateMethod createMethod,
String targetId,
com.sap.security.api.IPrincipal user)
throws com.sap.portal.pcm.ObjectNotFoundException,
com.sap.portal.pcm.OperationFailedException
createMethod - the creation method for the new object, such as copy, delta-link, or link, defined by CreateMethodtargetId - a full JNDI url of the template target.user - the user who has permissions to access the object's default attributes
ObjectNotFoundException
OperationFailedException - on failureObject instantiateDescriptor(com.sap.security.api.IPrincipal user)
user - the user who has permissions to access the object's default attributes
ObjectNotFoundException
OperationFailedException - on failure
Object instantiateDescriptor(CreateMethod createMethod,
String[] targetIds,
com.sap.security.api.IPrincipal user)
throws com.sap.portal.pcm.ObjectNotFoundException,
com.sap.portal.pcm.OperationFailedException,
UnsupportedOperationException
createMethod - the creation method for the new object, such as copy, delta-link, or link, defined by CreateMethodtargetIds - - An array of full JNDI urls of the template targets.user -
ObjectNotFoundException
OperationFailedException - on failure
UnsupportedOperationException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/semantics/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.40 Enterprise Portal (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||