com.sap.portal.pcm.iview.navigation.unification
Interface IUnificationObjects
- public interface IUnificationObjects
Unification interface for iView service
Gives iView Service the ability to call Unification methods without
cyclic dependency between the two modules.
Contains isUnificationObject method for BusinessObjects approval.
|
Method Summary |
boolean |
isUnificationObject(java.lang.String objectName,
com.sap.security.api.IPrincipal user)
|
USLServiceKey
public static final java.lang.String USLServiceKey
isUnificationObject
public boolean isUnificationObject(java.lang.String objectName,
com.sap.security.api.IPrincipal user)
- Parameters:
objectName - [in] The Binding name of the BusinessObjectuser - [in] The current user for UME use- Returns:
- a boolean value that indicates whether there is a BusinessObject
with the given name in the Unification environment.