Package wt.change2
Class ChangeHelper2
java.lang.Object
wt.change2.ChangeHelper2
Helper for using the implemented
Supported API: true
Extendable: false
wt.chang2.ChangeService2.
Supported API: true
Extendable: false
- See Also:
-
StandardChangeService2ChangeService2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ChangeService2The implementedwt.change2.ChangeService2. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturns true if Export remote change object support is enabled.static booleanReturns true if import remote change object support is enabled.static booleanDetermines if propagation of attachments from change request to change notice template is enabled/disabled.
-
Field Details
-
service
The implementedwt.change2.ChangeService2.
Supported API: true
-
-
Method Details
-
isImportRemoteChangeObjectEnabled
public static boolean isImportRemoteChangeObjectEnabled()Returns true if import remote change object support is enabled.
Supported API: true- Returns:
- boolean
-
isExportRemoteChangeObjectEnabled
public static boolean isExportRemoteChangeObjectEnabled()Returns true if Export remote change object support is enabled.
Supported API: true- Returns:
- boolean
-
isPropagateAttachmentForCNTemplateEnabled
public static boolean isPropagateAttachmentForCNTemplateEnabled()Determines if propagation of attachments from change request to change notice template is enabled/disabled.
Supported API: true- Returns:
- true if property for propagation of attachments from change request to change notice template is enabled.
-