Classe ApplicationActionStateclass ApplicationActionState
RiepilogoSummary
MembriMembers | DescrizioniDescriptions |
---|---|
public LabelState GetNewLabelState () constpublic LabelState GetNewLabelState() const | Ottiene il nuovo stato dell'etichetta.Gets the new label state. |
public std:: shared_ptr <Label> GetNewLabel () constpublic std::shared_ptr<Label> GetNewLabel() const | Ottiene l'ID dell'etichetta di riservatezza da applicare al documento.Gets the sensitivity label ID that should be applied on the document. |
STD pubblico::p aria <bool, std::string> IsDowngradeJustified () constpublic std::pair<bool, std::string> IsDowngradeJustified() const | L'implementazione dovrebbe restituire un valore che indica se è stata fornita una giustificazione per effettuare il downgrade di un'etichetta esistente.Implementation should pass if justification to downgrade an existing label was given. |
public AssignmentMethod GetNewLabelAssignmentMethod() constpublic AssignmentMethod GetNewLabelAssignmentMethod() const | Ottiene il metodo di assegnazione della nuova etichetta.Get the new label's assignment method. |
public virtual std:: Vector <std::pair<std::string, std::string> > GetNewLabelExtendedProperties () constpublic virtual std::vector<std::pair<std::string, std::string>> GetNewLabelExtendedProperties() const | Restituisce le proprietà estese della nuova etichetta.Return new label's extended properties. |
public ActionType GetSupportedActions() constpublic ActionType GetSupportedActions() const | Ottiene un'enumerazione mascherata che descrive tutti i tipi di azioni supportati.Gets a masked enum describing all the supported action types. |
public bool IsRecommendationEnabled () constpublic bool IsRecommendationEnabled() const | Ottenere un valore bool che indica che l'azione consigliata restituirà.Get a bool that signifying recommend action will return. per impostazione predefinita deve essere true, a meno che l'utente non specifichi else.by default should be true unless user specifies else. |
MembriMembers
GetNewLabelState (funzione)GetNewLabelState function
Ottiene il nuovo stato dell'etichetta.Gets the new label state.
Returns: nuovo stato dell'etichetta.Returns: The new label state.
Vedere anche: MIP:: LabelStateSee also: mip::LabelState
GetNewLabel (funzione)GetNewLabel function
Ottiene l'ID dell'etichetta di riservatezza da applicare al documento.Gets the sensitivity label ID that should be applied on the document.
Restituisce: ID dell'etichetta di riservatezza da applicare al contenuto se esistente, in caso contrario una stringa vuota per rimuovere l'etichetta.Returns: Sensitivity label ID to be applied to the content if exists else empty to remove label.
IsDowngradeJustified (funzione)IsDowngradeJustified function
L'implementazione dovrebbe restituire un valore che indica se è stata fornita una giustificazione per effettuare il downgrade di un'etichetta esistente.Implementation should pass if justification to downgrade an existing label was given.
Restituisce: true se è stata fornita una giustificazione per il downgrade insieme al messaggio di giustificazione, in caso contrario falseReturns: True if downgrade is justifiedalong with the justification messageelse false
Vedere anche: MIP:: JustifyActionSee also: mip::JustifyAction
GetNewLabelAssignmentMethod (funzione)GetNewLabelAssignmentMethod function
Ottiene il metodo di assegnazione della nuova etichetta.Get the new label's assignment method.
Restituisce: metodo di assegnazione STANDARD, PRIVILEGED, AUTO.Returns: The assignment method STANDARD, PRIVILEGED, AUTO.
Vedere anche: mip::AssignmentMethodSee also: mip::AssignmentMethod
GetNewLabelExtendedProperties (funzione)GetNewLabelExtendedProperties function
Restituisce le proprietà estese della nuova etichetta.Return new label's extended properties.
Restituisce: proprietà estese applicate al contenuto.Returns: The extended properties applied to the content.
GetSupportedActions (funzione)GetSupportedActions function
Ottiene un'enumerazione mascherata che descrive tutti i tipi di azioni supportati.Gets a masked enum describing all the supported action types.
Restituisce: enumerazione mascherata che descrive tutti i tipi di azioni supportati.Returns: A masked enum describing all the supported action types. ActionType::Justify deve essere supportato.ActionType::Justify must be supported. Quando una modifica dei criteri e dell'etichetta richiede una giustificazione, verrà restituita sempre un'azione di giustificazione.When a policy and label change requires justification, a justification action will always be returned.
IsRecommendationEnabled (funzione)IsRecommendationEnabled function
Ottenere un valore bool che indica che l'azione consigliata restituirà.Get a bool that signifying recommend action will return. per impostazione predefinita deve essere true, a meno che l'utente non specifichi else.by default should be true unless user specifies else.
Restituisce: un bool che significa che l'azione consigliata restituirà.Returns: A bool that signifying recommend action will return. ActionType:: RecommendLabel deve essere abilitato affinché questo campo abbia un effetto.ActionType::RecommendLabel must be enable for this field to have an affect.