|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softwareag.mdm.adaptation.ActivationStatus
Tells whether an adaptation may be used by other applications or any external entities.
For being usable externally, an adaptation must be correct (regarding its XML Schema validation and additional verifications) and it must be explicitly declared as usable. This explicit declaration occurs in three cases:
An instance of this class is returned by method Adaptation.checkActivable()
.
Adaptation.checkActivable()
Method Summary | |
String |
getMessageIdString()
If it is not OK, returns a string identifying the first problem identified. |
String |
getMessageString(Locale currentLocale)
If it is not OK, returns a localized string describing the problem. |
boolean |
isActivationNotFound()
Returns true if adaptation has been deleted since its lookup. |
boolean |
isCompilationProblem()
Adaptation cannot be activated since adaptation is not compiled properly. |
boolean |
isDistributorNotAgreed()
Deprecated. Always returns false . This feature is no more used for versions after 4.1.4. |
boolean |
isNotUnderAgreement()
Deprecated. Always returns false. If an adaptation is above an agreement, this is not a problem since webMethods MDM version 3.0. |
boolean |
isOK()
Adaptation can be activated. |
boolean |
isOKButCompilationProblem()
Adaptation cannot be activated only because of a compilation problem. |
boolean |
isProviderNotAgreed()
Deprecated. Always returns false . This feature is no more used for versions after 4.1.4. |
boolean |
isTemporaryAlreadyActivated()
Adaptation cannot be activated because it is made under a temporary activation and this activation has already been activated. |
boolean |
isTurnedOff()
Adaptation is not activated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public String getMessageIdString()
null
.
public String getMessageString(Locale currentLocale)
null
.
public boolean isActivationNotFound()
true
if adaptation has been deleted since its lookup.
Adaptation.isDeleted()
public boolean isCompilationProblem()
public boolean isDistributorNotAgreed()
false
. This feature is no more used for versions after 4.1.4.
public boolean isNotUnderAgreement()
public boolean isOK()
public boolean isOKButCompilationProblem()
public boolean isProviderNotAgreed()
false
. This feature is no more used for versions after 4.1.4.
public boolean isTemporaryAlreadyActivated()
public boolean isTurnedOff()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.