C# Класс CmisSync.Lib.Cmis.ConvenienceExtenders.AllowableActionConvenienceExtenders

Allowable action convenience extenders of cmis objects
Показать файл Открыть проект

Открытые методы

Метод Описание
AreAllowableActionsAvailable ( this session ) : bool

Ares the allowable actions available with this session and its default operation context.

CanAddObjectToFolder ( this obj ) : bool?
CanApplyAcl ( this obj ) : bool?
CanApplyPolicy ( this obj ) : bool?
CanCancelCheckOut ( this obj ) : bool?
CanCheckIn ( this obj ) : bool?
CanCheckOut ( this obj ) : bool?
CanCreateDocument ( this obj ) : bool?
CanCreateFolder ( this obj ) : bool?
CanCreateRelationship ( this obj ) : bool?
CanDeleteContentStream ( this obj ) : bool?
CanDeleteObject ( this obj ) : bool?

Determines if object can be deleted.

CanDeleteTree ( this obj ) : bool?
CanGetAcl ( this obj ) : bool?
CanGetAllVersions ( this obj ) : bool?
CanGetAppliedPolicies ( this obj ) : bool?
CanGetChildren ( this obj ) : bool?
CanGetContentStream ( this obj ) : bool?
CanGetDescendants ( this obj ) : bool?
CanGetFolderParent ( this obj ) : bool?
CanGetFolderTree ( this obj ) : bool?
CanGetObjectParents ( this obj ) : bool?
CanGetObjectRelationships ( this obj ) : bool?
CanGetProperties ( this obj ) : bool?

Determines if object properties can be get.

CanGetRenditions ( this obj ) : bool?
CanMoveObject ( this obj ) : bool?
CanRemoveObjectFromFolder ( this obj ) : bool?
CanRemovePolicy ( this obj ) : bool?
CanSetContentStream ( this obj ) : bool?
CanUpdateProperties ( this obj ) : bool?

Determines if object properties can be updated.

IsActionAllowed ( this obj, string action ) : bool?

Determines if the specified action is allowed on the cmis object.

Описание методов

AreAllowableActionsAvailable() публичный статический Метод

Ares the allowable actions available with this session and its default operation context.
public static AreAllowableActionsAvailable ( this session ) : bool
session this Cmis session with its default context.
Результат bool

CanAddObjectToFolder() публичный статический Метод

public static CanAddObjectToFolder ( this obj ) : bool?
obj this
Результат bool?

CanApplyAcl() публичный статический Метод

public static CanApplyAcl ( this obj ) : bool?
obj this
Результат bool?

CanApplyPolicy() публичный статический Метод

public static CanApplyPolicy ( this obj ) : bool?
obj this
Результат bool?

CanCancelCheckOut() публичный статический Метод

public static CanCancelCheckOut ( this obj ) : bool?
obj this
Результат bool?

CanCheckIn() публичный статический Метод

public static CanCheckIn ( this obj ) : bool?
obj this
Результат bool?

CanCheckOut() публичный статический Метод

public static CanCheckOut ( this obj ) : bool?
obj this
Результат bool?

CanCreateDocument() публичный статический Метод

public static CanCreateDocument ( this obj ) : bool?
obj this
Результат bool?

CanCreateFolder() публичный статический Метод

public static CanCreateFolder ( this obj ) : bool?
obj this
Результат bool?

CanCreateRelationship() публичный статический Метод

public static CanCreateRelationship ( this obj ) : bool?
obj this
Результат bool?

CanDeleteContentStream() публичный статический Метод

public static CanDeleteContentStream ( this obj ) : bool?
obj this
Результат bool?

CanDeleteObject() публичный статический Метод

Determines if object can be deleted.
public static CanDeleteObject ( this obj ) : bool?
obj this Cmis object.
Результат bool?

CanDeleteTree() публичный статический Метод

public static CanDeleteTree ( this obj ) : bool?
obj this
Результат bool?

CanGetAcl() публичный статический Метод

public static CanGetAcl ( this obj ) : bool?
obj this
Результат bool?

CanGetAllVersions() публичный статический Метод

public static CanGetAllVersions ( this obj ) : bool?
obj this
Результат bool?

CanGetAppliedPolicies() публичный статический Метод

public static CanGetAppliedPolicies ( this obj ) : bool?
obj this
Результат bool?

CanGetChildren() публичный статический Метод

public static CanGetChildren ( this obj ) : bool?
obj this
Результат bool?

CanGetContentStream() публичный статический Метод

public static CanGetContentStream ( this obj ) : bool?
obj this
Результат bool?

CanGetDescendants() публичный статический Метод

public static CanGetDescendants ( this obj ) : bool?
obj this
Результат bool?

CanGetFolderParent() публичный статический Метод

public static CanGetFolderParent ( this obj ) : bool?
obj this
Результат bool?

CanGetFolderTree() публичный статический Метод

public static CanGetFolderTree ( this obj ) : bool?
obj this
Результат bool?

CanGetObjectParents() публичный статический Метод

public static CanGetObjectParents ( this obj ) : bool?
obj this
Результат bool?

CanGetObjectRelationships() публичный статический Метод

public static CanGetObjectRelationships ( this obj ) : bool?
obj this
Результат bool?

CanGetProperties() публичный статический Метод

Determines if object properties can be get.
public static CanGetProperties ( this obj ) : bool?
obj this Cmis object.
Результат bool?

CanGetRenditions() публичный статический Метод

public static CanGetRenditions ( this obj ) : bool?
obj this
Результат bool?

CanMoveObject() публичный статический Метод

public static CanMoveObject ( this obj ) : bool?
obj this
Результат bool?

CanRemoveObjectFromFolder() публичный статический Метод

public static CanRemoveObjectFromFolder ( this obj ) : bool?
obj this
Результат bool?

CanRemovePolicy() публичный статический Метод

public static CanRemovePolicy ( this obj ) : bool?
obj this
Результат bool?

CanSetContentStream() публичный статический Метод

public static CanSetContentStream ( this obj ) : bool?
obj this
Результат bool?

CanUpdateProperties() публичный статический Метод

Determines if object properties can be updated.
public static CanUpdateProperties ( this obj ) : bool?
obj this Cmis object.
Результат bool?

IsActionAllowed() публичный статический Метод

Determines if the specified action is allowed on the cmis object.
public static IsActionAllowed ( this obj, string action ) : bool?
obj this Cmis Object.
action string Action name.
Результат bool?