|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGPDevelopmentObject
The basic interface for all Guided Procedure objects describing process definitions. The interface provides readonly access to the development object properties. All GP objects have id and version, as well as permissions. All version of a GP development object share the same UUID and differ in their version part.They are ssigned to category(s). Every GP object have input and output parameters. Title and description are edited in the original language, but can be transalted using SAP translation mechanism.
| Method Summary | |
|---|---|
String[] |
getCategories()
Returns the ids of the categories to which this development object is attached to |
String |
getDescription()
Returns the description in the original locale |
String |
getID()
Returns the development object unique identifier as an UUID |
IGPStructureInfo |
getInputParameters()
Returns the input parameters definition |
IGPMetadata |
getMetadata()
Returns the development object metadata |
Locale |
getOriginalLocale()
Returns the original locale for this development object |
IGPStructureInfo |
getOutputParameters()
Returns the input parameters definition |
Iterator |
getPermissions()
Returns all permissions that apply to the Development Object. |
GPDevelopmentObjectStatus |
getStatus()
Returns the development object status |
String |
getTitle()
Returns the title in the original locale |
IGPDevelopmentObjectType |
getType()
Returns the development object type. |
IGPVersionNumber |
getVersionNumber()
The version number of this development object |
String |
resolveDescription(Locale locale)
Returns the description in the specified locoale or the description in the original locale if the object is not translated. |
String |
resolveTitle(Locale locale)
The title text in the specified locale |
| Method Detail |
|---|
String getID()
IGPVersionNumber getVersionNumber()
String getTitle()
String resolveTitle(Locale locale)
throws GPInvocationException
locale - the locale
GPInvocationException - thrown if an incorrect / no locale is passedString getDescription()
String resolveDescription(Locale locale)
throws GPInvocationException
locale - the locale
GPInvocationException - thrown if an incorrect / no locale is passedLocale getOriginalLocale()
IGPMetadata getMetadata()
GPDevelopmentObjectStatus getStatus()
IGPDevelopmentObjectType getType()
IGPStructureInfo getInputParameters()
throws GPEngineException
null
it will return a default input parameters definition
GPEngineException - thrown if the parameter definition
cannot be read from the database
IGPStructureInfo getOutputParameters()
throws GPEngineException
null
it will return a default input parameters definition
GPEngineException - thrown if the parameter definition
cannot be read from the databaseIterator getPermissions()
String[] getCategories()
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||