com.sap.caf.eu.gp.process.api

Interface IGPRoleInfo

All Known Subinterfaces:
IGPModifiableRoleInfo

public interface IGPRoleInfo


Field Summary
static int ROLE_TYPE_INITIATION_DEFINED
          The role is filled during the initiation with user dependent data
static int ROLE_TYPE_INITIATOR
          The role is filled with the initiator data.
static int ROLE_TYPE_RT_DEFINED
          The role is undefined during the DT.
 
Method Summary
 String getRoleID()
          Deprecated. Returns the unique identifier of the role
 String getRoleName()
          Returns the technical name of the role.
 String getText()
          Returns the human readable text of the role.
 GPRoleType getType()
          Returns the type of the role
 boolean isFilledFromContextParam()
          Shows whether a role is filled from context parameter, type of this role: Initiation_defined.
 boolean isOverWriteAllowed()
          Returns true, if this role can be filled during instantion or in the runtime
 

Field Detail

ROLE_TYPE_INITIATION_DEFINED

public static final int ROLE_TYPE_INITIATION_DEFINED
The role is filled during the initiation with user dependent data

See Also:
Constant Field Values

ROLE_TYPE_INITIATOR

public static final int ROLE_TYPE_INITIATOR
The role is filled with the initiator data.

See Also:
Constant Field Values

ROLE_TYPE_RT_DEFINED

public static final int ROLE_TYPE_RT_DEFINED
The role is undefined during the DT. It will be filled during the RT by using a specific action

See Also:
Constant Field Values
Method Detail

getRoleName

public String getRoleName()
Returns the technical name of the role.


getText

public String getText()
Returns the human readable text of the role.


getType

public GPRoleType getType()
Returns the type of the role

Returns:
one of the GPRoleType constants

getRoleID

public String getRoleID()
Deprecated. Returns the unique identifier of the role


isOverWriteAllowed

public boolean isOverWriteAllowed()
Returns true, if this role can be filled during instantion or in the runtime


isFilledFromContextParam

public boolean isFilledFromContextParam()
Shows whether a role is filled from context parameter, type of this role: Initiation_defined.

Returns:
true - the role is filled from a context parameter false - this is a normal role


Copyright 2006 SAP AG Complete Copyright Notice