|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IName | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.repository.manager.entrypoints.context | |
| com.sapportals.wcm.service.indexmanagement.retrieval.search | Provides functions for searching and textmining. |
| com.sapportals.wcm.service.relation | Provides a service to persist relationships between relation operands. |
| com.sapportals.wcm.service.reporting | |
| com.sapportals.wcm.util.name | Contains a generic interface and class for qualified names. |
| Uses of IName in com.sapportals.wcm.repository |
| Subinterfaces of IName in com.sapportals.wcm.repository | |
interface |
IPropertyName
A property's name and namespace |
| Classes in com.sapportals.wcm.repository that implement IName | |
class |
IllegalPropertyNameException
Raised when a property name was not acceptable. |
class |
PropertyName
The name of a resource's property. |
class |
PropertyNameTooLongException
Raised when a property name was too long. |
| Fields in com.sapportals.wcm.repository declared as IName | |
static IName |
IVersionResource.FORKBEHAVIOUR_DISCOURAGED
Forks are discouraged, and a checkin/checkout request must specifically allow them. |
static IName |
IVersionResource.FORKBEHAVIOUR_FORBIDDEN
Forks are forbidden, and a checkin/checkout requests creating a fork will be rejected. |
static IName |
IVersionControlledResource.AUTOVERSIONING_MODE_CHECKOUT_CHECKIN
See RFC3253, section 3.2.2 |
static IName |
IVersionControlledResource.AUTOVERSIONING_MODE_CHECKOUT_UNLOCKED_CHECKIN
|
static IName |
IVersionControlledResource.AUTOVERSIONING_MODE_CHECKOUT
|
static IName |
IVersionControlledResource.AUTOVERSIONING_MODE_LOCKED_CHECKOUT
|
static IName |
IVersionControlledResource.AUTOVERSIONING_MODE_NONE
|
| Methods in com.sapportals.wcm.repository that return IName | |
IName |
IVersionControlledResource.getAutoVersioningMode()
|
| Uses of IName in com.sapportals.wcm.repository.manager.entrypoints.context |
| Classes in com.sapportals.wcm.repository.manager.entrypoints.context that implement IName | |
class |
ProviderPrioPropertyName
Property name of a property of an entry point resource that contains the configured priority of the corresponding entry point provider. |
class |
ShowChildrenPropertyName
If an entry point has this property with value "true", an application should render the children of a link folder as direct children. |
| Uses of IName in com.sapportals.wcm.service.indexmanagement.retrieval.search |
| Subinterfaces of IName in com.sapportals.wcm.service.indexmanagement.retrieval.search | |
interface |
ISortPropertyName
A sort property name is a combination of a resource property name and a sort direction. |
| Classes in com.sapportals.wcm.service.indexmanagement.retrieval.search that implement IName | |
class |
SortPropertyName
A sort property name is a combination of a resource property name and a sort direction. |
| Uses of IName in com.sapportals.wcm.service.relation |
| Subinterfaces of IName in com.sapportals.wcm.service.relation | |
interface |
IOrderedRelationType
A relation type, which supports ordering on it's relations. |
interface |
IRelationType
The type of a relation. |
| Uses of IName in com.sapportals.wcm.service.reporting |
| Methods in com.sapportals.wcm.service.reporting that return IName | |
IName |
ReportInput.getReportName()
|
IName |
ReportCommandInput.getCommandName()
|
IName |
IReportResult.getReportName()
Get the name of the report which produced this result |
IName |
IReportInput.getReportName()
Get name of report that should handle this input |
IName |
IReportCommandInput.getCommandName()
Get name of report command that should handle this input |
IName |
IReportCommand.getName()
Get name of this command |
IName |
IReport.getName()
Get name of report |
| Methods in com.sapportals.wcm.service.reporting with parameters of type IName | |
IPropertyDef |
ReportInputMeta.getDefinition(IName name)
|
Object |
ReportInputMeta.getDefault(IName name)
|
static ReportInput |
ReportInput.getInstance(IName report,
List scope,
int maxResults,
IPropertyMap params,
List inputs)
|
static ReportInput |
ReportInput.getInstance(IName report,
IPropertyMap params,
List inputs)
|
static ReportInput |
ReportInput.getInstance(IName report,
List scope)
|
static ReportCommandInput |
ReportCommandInput.getInstance(IName name,
IPropertyMap input)
|
static ReportCommandInput |
ReportCommandInput.getInstance(IName name)
|
IPropertyDef |
IReportInputMeta.getDefinition(IName name)
Get parameter definition for given parameter. |
Object |
IReportInputMeta.getDefault(IName name)
Get default value for give parameter. |
IReport |
IReportingService.getReport(IName name,
IResourceContext context)
Lookup a report by name. |
RID |
IReportingService.registerIDMapping(IName name)
Reserves a unique and persistent namespace prefix for the given name. |
IReportInput |
IReportFollowup.getFollowupInput(IName report,
IReportResult result,
IResultIterator selected)
Calculate an appropriate IReportInput useable for executing the
given IReport as follow-up on the given IReportResult. |
IReport |
IReportCollection.getReport(IName name,
IResourceContext context)
Return IReport with given name or null if not found. |
RID |
IReportCollection.getReportRID(IName name)
Return RID of report resource with given name or null if not found. |
RID |
IReportCollection.registerIDMapping(IName name,
IResourceContext context)
Reserves a unique and persistent namespace prefix for the given name. |
String |
IReport.getDisplayName(IName name,
Locale locale)
Get name for display in user interface with given locale for given parameter. |
String |
IReport.getDescription(IName name,
Locale locale)
Get description of report with given locale for given parameter. |
IReportCommand |
IReport.getCommand(IName name)
Return a specific report command by name which belongs to this report. |
| Uses of IName in com.sapportals.wcm.util.name |
| Classes in com.sapportals.wcm.util.name that implement IName | |
class |
Name
Generic class for the representation of namespace-qualified names. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||