How to use the rwslib.builders.constants.ActionType function in rwslib

To help you get started, we’ve selected a few rwslib examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mdsol / rwslib / rwslib / builders / constants.py View on Github external
ActionType.AddComment,
    ActionType.AddDeviation,
    ActionType.CustomFunction,
    ActionType.PlaceSticky,
    ActionType.AddForm,
    ActionType.AddMatrix,
    ActionType.MrgMatrix,
    ActionType.OldMrgMatrix,
    ActionType.SetNonconformant,
    ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
    ActionType.SetDataPointVisible,
    ActionType.SetSecondarySubjectName,
    ActionType.SetFormRequiresSignature,
    ActionType.SetFolderRequiresSignature,
    ActionType.SetSubjectRequiresSignature,
    ActionType.SetDynamicSearchList
]


class RangeCheckComparatorType(enum.Enum):
    LessThanEqualTo = 'LE'
github mdsol / rwslib / rwslib / builders / constants.py View on Github external
ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
    ActionType.SetDataPointVisible,
    ActionType.SetSecondarySubjectName,
    ActionType.SetFormRequiresSignature,
    ActionType.SetFolderRequiresSignature,
    ActionType.SetSubjectRequiresSignature,
    ActionType.SetDynamicSearchList
]


class RangeCheckComparatorType(enum.Enum):
    LessThanEqualTo = 'LE'
    GreaterThanEqualTo = 'GE'


class RangeCheckType(enum.Enum):
    Soft = 'Soft'
    Hard = 'Hard'


class ControlType(enum.Enum):
github mdsol / rwslib / rwslib / builders / constants.py View on Github external
ActionType.CustomFunction,
    ActionType.PlaceSticky,
    ActionType.AddForm,
    ActionType.AddMatrix,
    ActionType.MrgMatrix,
    ActionType.OldMrgMatrix,
    ActionType.SetNonconformant,
    ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
    ActionType.SetDataPointVisible,
    ActionType.SetSecondarySubjectName,
    ActionType.SetFormRequiresSignature,
    ActionType.SetFolderRequiresSignature,
    ActionType.SetSubjectRequiresSignature,
    ActionType.SetDynamicSearchList
]


class RangeCheckComparatorType(enum.Enum):
    LessThanEqualTo = 'LE'
    GreaterThanEqualTo = 'GE'
github mdsol / rwslib / rwslib / builders / constants.py View on Github external
ActionType.OldMrgMatrix,
    ActionType.SetNonconformant,
    ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
    ActionType.SetDataPointVisible,
    ActionType.SetSecondarySubjectName,
    ActionType.SetFormRequiresSignature,
    ActionType.SetFolderRequiresSignature,
    ActionType.SetSubjectRequiresSignature,
    ActionType.SetDynamicSearchList
]


class RangeCheckComparatorType(enum.Enum):
    LessThanEqualTo = 'LE'
    GreaterThanEqualTo = 'GE'


class RangeCheckType(enum.Enum):
    Soft = 'Soft'
    Hard = 'Hard'
github mdsol / rwslib / rwslib / builders / constants.py View on Github external
ALL_ACTIONS = [
    ActionType.OpenQuery,
    ActionType.RequireReview,
    ActionType.RequireVerification,
    ActionType.AddComment,
    ActionType.AddDeviation,
    ActionType.CustomFunction,
    ActionType.PlaceSticky,
    ActionType.AddForm,
    ActionType.AddMatrix,
    ActionType.MrgMatrix,
    ActionType.OldMrgMatrix,
    ActionType.SetNonconformant,
    ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
    ActionType.SetDataPointVisible,
    ActionType.SetSecondarySubjectName,
    ActionType.SetFormRequiresSignature,
    ActionType.SetFolderRequiresSignature,
    ActionType.SetSubjectRequiresSignature,
    ActionType.SetDynamicSearchList
]
github mdsol / rwslib / rwslib / builders / constants.py View on Github external
SetSecondarySubjectName = "SetSecondarySubjectName"
    SetFormRequiresSignature = "SetFormRequiresSignature"
    SetFolderRequiresSignature = "SetFolderRequiresSignature"
    SetSubjectRequiresSignature = "SetSubjectRequiresSignature"
    SetDynamicSearchList = "SetDynamicSearchList"


ALL_ACTIONS = [
    ActionType.OpenQuery,
    ActionType.RequireReview,
    ActionType.RequireVerification,
    ActionType.AddComment,
    ActionType.AddDeviation,
    ActionType.CustomFunction,
    ActionType.PlaceSticky,
    ActionType.AddForm,
    ActionType.AddMatrix,
    ActionType.MrgMatrix,
    ActionType.OldMrgMatrix,
    ActionType.SetNonconformant,
    ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
github mdsol / rwslib / rwslib / builders / constants.py View on Github external
ActionType.RequireVerification,
    ActionType.AddComment,
    ActionType.AddDeviation,
    ActionType.CustomFunction,
    ActionType.PlaceSticky,
    ActionType.AddForm,
    ActionType.AddMatrix,
    ActionType.MrgMatrix,
    ActionType.OldMrgMatrix,
    ActionType.SetNonconformant,
    ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
    ActionType.SetDataPointVisible,
    ActionType.SetSecondarySubjectName,
    ActionType.SetFormRequiresSignature,
    ActionType.SetFolderRequiresSignature,
    ActionType.SetSubjectRequiresSignature,
    ActionType.SetDynamicSearchList
]


class RangeCheckComparatorType(enum.Enum):
github mdsol / rwslib / rwslib / builders / constants.py View on Github external
ActionType.AddDeviation,
    ActionType.CustomFunction,
    ActionType.PlaceSticky,
    ActionType.AddForm,
    ActionType.AddMatrix,
    ActionType.MrgMatrix,
    ActionType.OldMrgMatrix,
    ActionType.SetNonconformant,
    ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
    ActionType.SetDataPointVisible,
    ActionType.SetSecondarySubjectName,
    ActionType.SetFormRequiresSignature,
    ActionType.SetFolderRequiresSignature,
    ActionType.SetSubjectRequiresSignature,
    ActionType.SetDynamicSearchList
]


class RangeCheckComparatorType(enum.Enum):
    LessThanEqualTo = 'LE'
    GreaterThanEqualTo = 'GE'
github mdsol / rwslib / rwslib / builders / constants.py View on Github external
SetFormRequiresSignature = "SetFormRequiresSignature"
    SetFolderRequiresSignature = "SetFolderRequiresSignature"
    SetSubjectRequiresSignature = "SetSubjectRequiresSignature"
    SetDynamicSearchList = "SetDynamicSearchList"


ALL_ACTIONS = [
    ActionType.OpenQuery,
    ActionType.RequireReview,
    ActionType.RequireVerification,
    ActionType.AddComment,
    ActionType.AddDeviation,
    ActionType.CustomFunction,
    ActionType.PlaceSticky,
    ActionType.AddForm,
    ActionType.AddMatrix,
    ActionType.MrgMatrix,
    ActionType.OldMrgMatrix,
    ActionType.SetNonconformant,
    ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
    ActionType.SetDataPointVisible,
github mdsol / rwslib / rwslib / builders / constants.py View on Github external
ALL_ACTIONS = [
    ActionType.OpenQuery,
    ActionType.RequireReview,
    ActionType.RequireVerification,
    ActionType.AddComment,
    ActionType.AddDeviation,
    ActionType.CustomFunction,
    ActionType.PlaceSticky,
    ActionType.AddForm,
    ActionType.AddMatrix,
    ActionType.MrgMatrix,
    ActionType.OldMrgMatrix,
    ActionType.SetNonconformant,
    ActionType.SendMessage,
    ActionType.SetDataPoint,
    ActionType.SetTimeZero,
    ActionType.SetTimeForward,
    ActionType.SetSubjectStatus,
    ActionType.SetSubjectName,
    ActionType.UpdateFormName,
    ActionType.UpdateFolderName,
    ActionType.SetRecordDate,
    ActionType.SetDataPageDate,
    ActionType.SetInstanceDate,
    ActionType.SetSubjectDate,
    ActionType.SetDataPointVisible,
    ActionType.SetSecondarySubjectName,
    ActionType.SetFormRequiresSignature,
    ActionType.SetFolderRequiresSignature,
    ActionType.SetSubjectRequiresSignature,