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

Interface IGPRoleInfo

All Known Subinterfaces:
IGPModifiableRoleInfo

public interface IGPRoleInfo

Version:
1.00 Jun 8, 2005

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

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

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

See Also:
Constant Field Values

ROLE_TYPE_RT_DEFINED

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

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


getText

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


getType

GPRoleType getType()
Returns the type of the role

Returns:
one of the GPRoleType constants

getRoleID

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


isOverWriteAllowed

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


isFilledFromContextParam

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 2009 SAP AG Complete Copyright Notice