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.


Field Summary
static java.lang.String USLServiceKey
           
 
Method Summary
 boolean isUnificationObject(java.lang.String objectName, com.sap.security.api.IPrincipal user)
           
 

Field Detail

USLServiceKey

public static final java.lang.String USLServiceKey
Method Detail

isUnificationObject

public boolean isUnificationObject(java.lang.String objectName,
                                   com.sap.security.api.IPrincipal user)
Parameters:
objectName - [in] The Binding name of the BusinessObject
user - [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.