C# 클래스 CmisSync.Lib.Cmis.ConvenienceExtenders.AllowableActionConvenienceExtenders

Allowable action convenience extenders of cmis objects
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
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?