Class InstallableObject

    • Constructor Detail

      • InstallableObject

        public InstallableObject()
    • Method Detail

      • getRules

        public java.util.Vector<Rule> getRules()
        The Vector of rules to be evaluated before the execution. The object behavior is only performed if all the rules evaluate to true.
      • getTagsInInstallPiece

        public java.util.Vector<Tag> getTagsInInstallPiece()
        The Vector of tags to be associated with the InstallableObject. For a Tag to work properly, a tag associated with InstallableObject must be available in Project
      • setTagsInInstallPiece

        public void setTagsInInstallPiece​(java.util.Vector<Tag> TagsInInstallPiece)
        The Vector of tags to be associated with the InstallableObject. For a Tag to work properly, a tag associated with InstallableObject must be available in Project
      • getBelongsToUninstallPhase

        public boolean getBelongsToUninstallPhase()
        identifies whether this item belongs to uninstall sequence or the install sequence
      • setBelongsToUninstallPhase

        public void setBelongsToUninstallPhase​(boolean BelongsToUninstallPhase)
        identifies whether this item belongs to uninstall sequence or the install sequence
      • getRollbackEnabledCancel

        public boolean getRollbackEnabledCancel()
        enables rollback of this item on cancel / fatal error in project
      • setRollbackEnabledCancel

        public void setRollbackEnabledCancel​(boolean RollbackEnabledCancel)
        enables rollback of this item on cancel / fatal error in project
      • getRollbackEnabledError

        public boolean getRollbackEnabledError()
        Specifies that this element can trigger rollback on getting a fatal error while execution
      • setRollbackEnabledError

        public void setRollbackEnabledError​(boolean RollbackEnabledError)
        Specifies that this element can trigger rollback on getting a fatal error while execution
      • getRuleExpression

        public java.lang.String getRuleExpression()
        Specifies the rule expression for this actionpanelconsole
      • setRuleExpression

        public void setRuleExpression​(java.lang.String RuleExpression)
        Specifies the rule expression for this actionpanelconsole
      • getRulesLogicalOperation

        public RulesOperation getRulesLogicalOperation()
        Deprecated API - use the ruleExpression instead. The logical operation to perform when evaluating the rules. It can be AND or OR. Default to AND.
      • setRulesLogicalOperation

        public void setRulesLogicalOperation​(RulesOperation RulesLogicalOperation)
        Deprecated API - use the ruleExpression instead. The logical operation to perform when evaluating the rules. It can be AND or OR. Default to AND.