Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
com.unitesk.requality.core.attribute | |
com.unitesk.requality.core.instancer | |
com.unitesk.requality.core.propagators | |
com.unitesk.requality.core.transaction | |
com.unitesk.requality.eclipse.core | |
com.unitesk.requality.eclipse.handlers | |
com.unitesk.requality.eclipse.views.documents | |
com.unitesk.requality.eclipse.views.properties | |
com.unitesk.requality.nodetypes |
Base Requality types: Document, Location, Requirement A number of central classes used in other
packages
|
Modifier and Type | Method and Description |
---|---|
static ChangesSet<Attribute> |
TreeDB.addAttrsRec(AttributeStorage as)
Method to gather local deps from "what" set, update as and chVis.
|
static ChangesSet<Attribute> |
TreeNode.getIdEvent(Attribute old,
Attribute newa) |
ChangesSet<T> |
ChangesSet.getReverted() |
ChangesSet<T> |
ChangesSet.merge(ChangesSet<T> changesb) |
Modifier and Type | Method and Description |
---|---|
void |
INodeChangeListener.attributesChange(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
IStorageDeltaListener.changeAttributes(java.util.UUID uuid,
ChangesSet<Attribute> what) |
abstract void |
TreeChangeListener.changed(TreeNode node,
ChangesSet<Attribute> what) |
void |
DefaultTreeChangeListener.changed(TreeNode node,
ChangesSet<Attribute> what) |
void |
TermsStorage.changed(TreeNode node,
ChangesSet<Attribute> what) |
void |
TreeChangeListener.changed(TreeNode node,
ChangesSet<Attribute> what,
boolean internal) |
void |
ITreeChangeListener.changed(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
void |
TreeDB.commitAttributes(TreeNode node,
ChangesSet<Attribute> changes,
boolean save)
Save attributes of element with uuid as attributes
|
void |
MemoryStorage.emulateDeltaChanged(java.util.UUID uuid,
ChangesSet<Attribute> what,
java.util.Map<java.lang.String,AttributeDefinition> attributes) |
void |
TreeNode.fireGUINodeAttributeChange(ChangesSet<Attribute> what)
File event when attribute was changed
|
void |
TreeNode.fireGUINodeAttributeChange(ChangesSet<Attribute> attributeName,
AttributeAvailability availability) |
void |
TreeNode.fireNodeAttributeChange(ChangesSet<Attribute> what)
Fire node change event when some attribute is changed
|
void |
TreeNode.fireNodeAttributeChange(ChangesSet<Attribute> attributeName,
AttributeAvailability availability) |
void |
TreeDB.fireNodeChange(TreeNode curNode,
ChangesSet<Attribute> params,
boolean internal)
Method to fire element change event.
|
void |
TreeDB.fireNodeGUIChange(TreeNode curNode,
ChangesSet<Attribute> cs,
boolean internal) |
void |
LinkResolver.handleAttrChanges(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
void |
TreeDB.handleTreeNodeChanges(TreeNode curNode,
ChangesSet<Attribute> what,
Moment m,
boolean internal) |
boolean |
AttributesVersioningRule.match(java.lang.String type,
ChangesSet<Attribute> cs) |
boolean |
IVersioningRule.match(java.lang.String type,
ChangesSet<T> cs) |
boolean |
AttributesRulesHolder.matchAChanges(java.lang.String type,
ChangesSet<Attribute> changes) |
ChangesSet<T> |
ChangesSet.merge(ChangesSet<T> changesb) |
void |
TreeDB.saveAttributes(TreeNode node,
ChangesSet<Attribute> changes,
boolean save) |
void |
AbstractTreeStorage.saveAttributes(java.util.UUID uuid,
ChangesSet<Attribute> params) |
void |
ITreeStorage.saveAttributes(java.util.UUID uuid,
ChangesSet<Attribute> changed)
Save attributes for node with given UUID
Attributes are taken from New map of ChangesSet
|
abstract void |
AbstractTreeStorage.saveStorageAttributes(java.util.UUID uuid,
ChangesSet<Attribute> params) |
void |
MemoryStorage.saveStorageAttributes(java.util.UUID uuid,
ChangesSet<Attribute> changes) |
void |
FSStorage.saveStorageAttributes(java.util.UUID node,
ChangesSet<Attribute> changed) |
void |
AbstractTreeStorage.saveVersions(java.util.UUID uuid,
ChangesSet<Version> changes) |
void |
ITreeStorage.saveVersions(java.util.UUID uuid,
ChangesSet<Version> changes)
Save versions for given node.
|
void |
IStorageDeltaListener.versionChanged(java.util.UUID uuid,
ChangesSet<Version> changes,
Moment m,
boolean forceInternal) |
Constructor and Description |
---|
ChangesSet(ChangesSet<T> changesb) |
Modifier and Type | Method and Description |
---|---|
ChangesSet<AttributeDefinition> |
AttributeStorage.getChanged() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeStorage.commitChanges(ChangesSet<Attribute> cs,
boolean save) |
void |
AttributeStorage.saveAttributes(ChangesSet<Attribute> changesSet) |
void |
AttributeStorage.setChanged(ChangesSet<AttributeDefinition> changesSet) |
static void |
AttributeStorage.updateMap(java.util.Map<java.lang.String,AttributeDefinition> map,
ChangesSet<Attribute> changes2) |
Modifier and Type | Method and Description |
---|---|
void |
TreeInstancer.saveAttributes(java.util.UUID node,
ChangesSet<Attribute> changes) |
void |
TreeInstancer.saveStorageAttributes(java.util.UUID node,
ChangesSet<Attribute> what) |
void |
TreeInstancer.saveVersions(java.util.UUID uuid,
ChangesSet<Version> changes) |
Modifier and Type | Method and Description |
---|---|
boolean |
ReferenceRevertPropagator.apply(TreeNode node,
ChangesSet<Attribute> cs) |
boolean |
IAttributeChangePropagator.apply(TreeNode node,
ChangesSet<Attribute> cs) |
boolean |
VNodePropagator.apply(TreeNode node,
ChangesSet<Attribute> cs) |
boolean |
ParentAttrsPropagator.apply(TreeNode node,
ChangesSet<Attribute> changes) |
boolean |
UVIDPropagator.apply(TreeNode node,
ChangesSet<Attribute> csa) |
boolean |
ClonePropagator.apply(TreeNode node,
ChangesSet<Attribute> csa) |
boolean |
LocationLabelPropagator.apply(TreeNode node,
ChangesSet<Attribute> changes) |
boolean |
ReferenceRevertPropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
IAttributeChangePropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
VNodePropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
ParentAttrsPropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
UVIDPropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
ClonePropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
LocationLabelPropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionStorage.saveStorageAttributes(java.util.UUID uuid,
ChangesSet<Attribute> changes) |
void |
TransactionStorage.saveVersions(java.util.UUID uuid,
ChangesSet<Version> changes) |
Constructor and Description |
---|
SaveAttributes(java.util.UUID uuid,
ChangesSet<Attribute> altered) |
SaveVersions(java.util.UUID uuid,
ChangesSet<Version> ch,
java.util.Map<java.lang.String,Version> oldVersion,
java.util.Map<java.lang.String,Version> newVersion) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceStorage.saveStorageAttributes(java.util.UUID uuid,
ChangesSet<Attribute> changes) |
Modifier and Type | Method and Description |
---|---|
void |
SelectReferencedNode.changed(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
Modifier and Type | Method and Description |
---|---|
void |
ToDoList.changed(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
Modifier and Type | Method and Description |
---|---|
void |
AttributesPanel.attributesChange(TreeNode source,
ChangesSet<Attribute> swhat) |
void |
TemplatesPanel.changed(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
boolean |
ReportTemplatesPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
InstancerFolderMainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
AltDescriptionPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
TestDescriptionPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
abstract boolean |
TreeNodePropertiesTab.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
ProjectSettingsTemplatesSection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
DocLocationPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
CommentMainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
ReportSettingsPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
AdvancedPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
InstancerMainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
MainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
TestMainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
ProjectSettingsMainSection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
InstancerIteratorPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
TestPredicatePropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
Modifier and Type | Method and Description |
---|---|
void |
DocFolder.attributesChange(TreeNode source,
ChangesSet<Attribute> what) |
void |
Document.attributesChange(TreeNode source,
ChangesSet<Attribute> what) |
void |
Location.attributesChange(TreeNode source,
ChangesSet<Attribute> what) |