|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CommandException | |
| com.sap.mdm.assignment.commands | |
| com.sap.mdm.blobs | Provides classes and interfaces for representing images, PDFs, etc |
| com.sap.mdm.commands | Provides commands for establishing a session with the MDM server. |
| com.sap.mdm.examples | Provides MDM Java API examples. |
| com.sap.mdm.notification | Provides classes and interfaces for connection notifications |
| com.sap.mdm.publishing.objects | |
| com.sap.mdm.publishing2.commands | Provides commands for Publishing operating |
| com.sap.mdm.publishing2.objects | |
| com.sap.mdm.publishing2.utils | |
| Uses of CommandException in com.sap.mdm.assignment.commands |
| Methods in com.sap.mdm.assignment.commands that throw CommandException | |
void |
ExecuteAssignmentCommand.execute()
|
| Uses of CommandException in com.sap.mdm.blobs |
| Methods in com.sap.mdm.blobs that throw CommandException | |
void |
ObjectCache.initialize()
Initializes the object cache manager. |
String |
ObjectCache.getObject(TableId tableId,
RecordId recordId)
Returns the relative file path for the object. |
String |
ObjectCache.getObject(TableId tableId,
RecordId recordId,
ImageVariantId variantId)
Returns the relative file path for the object. |
void |
ObjectCache.preload(TableId tableId,
ImageVariantId variantId)
Pre-loads all objects from the table until the cache is full. |
void |
ObjectCache.shutdown()
Shuts down the object cache manager. |
| Uses of CommandException in com.sap.mdm.commands |
| Subclasses of CommandException in com.sap.mdm.commands | |
class |
LockTimeoutException
|
class |
ValidationException
|
| Methods in com.sap.mdm.commands that throw CommandException | |
void |
Command.execute()
Executes the command. |
void |
AbstractCommandBase.execute()
|
| Uses of CommandException in com.sap.mdm.examples |
| Methods in com.sap.mdm.examples that throw CommandException | |
void |
AuthenticatedRepositorySession.create()
Create and authenticate a new user session to an MDM repository. |
void |
AuthenticatedRepositorySession.destroy()
Destroy the session and free reserved resources. |
| Uses of CommandException in com.sap.mdm.notification |
| Methods in com.sap.mdm.notification that throw CommandException | |
void |
LayoutServerEventDispatcher.registerForEvents(String userName,
String userPassword,
RepositoryIdentifier reposId,
RegionProperties dataRegion)
|
void |
EventDispatcher.registerGlobalNotifications()
Deprecated. replaced by EventDispatcher.registerGlobalNotifications(GlobalEventRegistrationSet) |
void |
EventDispatcher.registerGlobalNotifications(GlobalEventRegistrationSet registrationSet)
Register this event dispatcher for global type notifications defined in the specified registration set. |
void |
EventDispatcher.registerServerNotifications(String serverUserName,
String serverUserPassword)
Deprecated. replaced by EventDispatcher.registerServerNotifications(ServerEventRegistrationSet, ServerSessionContext, String) |
void |
EventDispatcher.registerServerNotifications(ServerEventRegistrationSet registrationSet,
ServerSessionContext ctx,
String serverUserPassword)
Register this event dispatcher for server type notifications defined in the specified registration set. |
void |
EventDispatcher.registerServerNotificationsBySessionId(ServerEventRegistrationSet registrationSet,
ServerSessionContext ctx,
String sessionId)
For internal use only Register this event dispatcher for all server type notifications After the server is stopped the registration for server notifications is not refreshed automatically. |
void |
EventDispatcher.registerTrustedServerNotifications(String serverUserName)
Deprecated. replaced by EventDispatcher.registerServerNotifications(ServerEventRegistrationSet, ServerSessionContext, String) |
void |
EventDispatcher.registerRepositoryNotifications(String repositoryUserName,
String repositoryUserPassword,
RepositoryIdentifier reposId)
Deprecated. replaced by EventDispatcher.registerRepositoryNotifications(RepositoryEventRegistrationSet, RepositorySessionContext, String) |
void |
EventDispatcher.registerRepositoryNotifications(RepositoryEventRegistrationSet registrationSet,
RepositorySessionContext ctx,
String repositoryUserPassword)
Register this event dispatcher for repository type notifications defined in the specified registration set. |
void |
EventDispatcher.registerRepositoryNotificationsBySessionId(RepositoryEventRegistrationSet registrationSet,
RepositorySessionContext ctx,
String sessionId)
For internal use only Register this event dispatcher for the specified set of repository type notifications After the repository is unmounted or the server is stopped the registration for repository notifications is not refreshed automatically. |
void |
EventDispatcher.registerTrustedRepositoryNotifications(String repositoryUserName,
RepositoryIdentifier reposId)
Deprecated. replaced by EventDispatcher.registerRepositoryNotifications(RepositoryEventRegistrationSet, RepositorySessionContext, String) |
void |
EventDispatcher.registerDataNotifications(String repositoryUserName,
String repositoryUserPassword,
RepositoryIdentifier reposId,
RegionProperties dataRegion)
Deprecated. replaced by EventDispatcher.registerDataNotifications(DataEventRegistrationSet, UserSessionContext, String) |
void |
EventDispatcher.registerDataNotifications(DataEventRegistrationSet registrationSet,
UserSessionContext ctx,
String repositoryUserPassword)
Register this event dispatcher for data type notifications defined in the specified registration set. |
void |
EventDispatcher.registerDataNotificationsBySessionId(DataEventRegistrationSet registrationSet,
UserSessionContext ctx,
String sessionId)
For internal use only Register this event dispatcher for the specified set of data type notifications After the repository is stopped or server is stopped the registration for data notifications is not refreshed automatically. |
void |
EventDispatcher.registerTrustedDataNotifications(String repositoryUserName,
RepositoryIdentifier reposId,
RegionProperties dataRegion)
Deprecated. replaced by EventDispatcher.registerDataNotifications(DataEventRegistrationSet, UserSessionContext, String) |
| Uses of CommandException in com.sap.mdm.publishing.objects |
| Uses of CommandException in com.sap.mdm.publishing2.commands |
| Methods in com.sap.mdm.publishing2.commands that throw CommandException | |
void |
GetFormattedMDSFieldValuesCommand.execute()
Retrieves values from MDS after all the fields and records and provided. |
String |
GetFormattedMDSFieldValuesCommand.getValue(LiidPivotContextWrapper qualifiedLiid)
Retrieves values from MDS after all the fields and records and provided. |
| Uses of CommandException in com.sap.mdm.publishing2.objects |
| Methods in com.sap.mdm.publishing2.objects that throw CommandException | |
boolean |
Repository.createSession(String userName,
String password,
String serverName,
String repositoryName,
String dbmsServerName,
String dbName,
DBMSType dbmsType)
|
boolean |
Repository.createSessionWithRecordLimitInNodeGeneration(String userName,
String Password,
String ServerName,
String repositoryName,
String dbmsServerName,
String dbName,
DBMSType dbmsType,
int maxRowsInFamilyGeneration)
|
void |
Repository.loadPublicationList()
|
int |
Repository.getPublicationsCount()
|
boolean |
Repository.getPublicationByOrderNumber(int number,
Publication publication)
|
boolean |
Repository.getPublicationByName(String name,
Publication publication)
|
Vector |
Repository.getPublicationNames()
Makes a list of all publication names under this repository represented as a java.util.Vector each element in the vector is a StringWrapper |
String |
Repository.getDefaultItemNodePropertiesXml()
|
void |
Repository.setDefaultItemNodePropertiesXml(String xmlString)
|
String |
Repository.getDefaultStyleWorkspacePropertiesXml()
|
void |
Repository.setDefaultStyleWorkspacePropertiesXml(String xmlString)
|
String |
Repository.getItemSchemaDefaultPropertiesXml()
|
List |
PublicationTreeNode.getNodePresentationItemsList()
Deprecated. Use getPresentationItem(int itemNumber), otherwise, the memory will grow very high until the whole List goes out of scope. |
String |
PublicationTreeNode.getNodeTableLayoutPropertiesXml()
|
void |
PublicationTreeNode.setNodeTableLayoutPropertiesXml(String xmlString)
|
String |
PublicationTreeNode.getNodeTablePropertiesXml()
|
void |
PublicationTreeNode.setNodeTablePropertiesXml(String xmlString)
|
String |
PublicationTreeNode.getOrderingNodePropertiesXml()
|
void |
PublicationTreeNode.setOrderingNodePropertiesXml(String xmlString)
|
com.sap.mdm.internal.protocol.UniqueId[] |
PublicationTreeNode.getRecordIds()
|
void |
Publication.loadPublicationTree()
|
String |
Publication.getCharStyleWorkSpacePropertiesXml()
|
void |
Publication.setCharStyleWorkSpacePropertiesXml(String xmlString)
|
String |
Publication.getPageWorkSpacePropertiesXml()
|
void |
Publication.setPageWorkSpacePropertiesXml(String xmlString)
|
String |
Publication.getStyleWorkSpacePropertiesXml()
|
void |
Publication.setStyleWorkSpacePropertiesXml(String xmlString)
|
String |
Publication.getSwatchWorkSpacePropertiesXml()
|
void |
Publication.setSwatchWorkSpacePropertiesXml(String xmlString)
|
String |
Publication.getTagWorkSpacePropertiesXml()
|
void |
Publication.setTagWorkSpacePropertiesXml(String xmlString)
|
void |
PresentationItemOverrideProperties.commitChanges()
|
| Uses of CommandException in com.sap.mdm.publishing2.utils |
| Methods in com.sap.mdm.publishing2.utils that throw CommandException | |
MdmValue |
DefaultItemPropertiesBagWrapper.getItemPropertyValue(PresentationItemPropertyId propertyId,
ConnectionAccessor connections)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2004-2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.