Method | Description | |
---|---|---|
Approve ( ) : void | ||
CheckIn ( ) : void | ||
CheckManageListPermission ( |
||
CheckOut ( ) : void | ||
CheckOutAndSave ( ) : void | ||
CheckOutAndSaveAndCheckIn ( ) : void | ||
ComputeNewVersion ( ) : |
||
ComputeNewVersion ( bool hasApproving, VersioningMode versioningMode ) : |
||
ComputeNewVersion ( bool hasApproving, VersioningType versioningMode ) : |
||
Create ( Node node ) : |
||
Execute ( ) : void | ||
HasApprove ( |
||
HasCheckIn ( Node node ) : bool | ||
HasCheckOut ( |
||
HasForceUndoCheckOutRight ( Node content ) : bool | ||
HasPublish ( |
||
HasReject ( |
||
HasSave ( |
||
HasUndoCheckOut ( |
||
Publish ( ) : void | ||
Reject ( ) : void | ||
SaveSameVersion ( ) : void | ||
UndoCheckOut ( ) : void | ||
UndoCheckOut ( bool forceRefresh = true ) : void |
Method | Description | |
---|---|---|
AssertValidAction ( StateAction stateAction ) : void | ||
Create ( ) : void | ||
CreateForGenericContent ( |
||
CreateForNode ( Node node ) : |
||
DeleteVersionsAndApprove ( ) : void | ||
DeleteVersionsAndPreserveLastWorking ( ) : void | ||
GetLastApprovedOrRejectedVersion ( ) : |
||
GetLastApprovedVersion ( ) : |
||
GetLastWorkingVersions ( ) : IEnumerable |
||
GetNewerVersions ( |
||
GetNextNonpublicVersion ( VersionStatus status ) : |
||
GetNextPublicVersion ( |
||
GetNextPublicVersion ( VersionStatus status ) : |
||
GetNextVersion ( |
||
HasPermission ( StateAction stateAction ) : bool | ||
IsCheckedOutByAnotherUser ( Node content ) : bool | ||
SetNodeHead ( |
||
ValidateAction ( StateAction stateAction ) : ActionValidationResult |
public static CheckManageListPermission ( |
||
nodeType | ||
targetNode | Node | |
return | bool |
public ComputeNewVersion ( ) : |
||
return |
public static ComputeNewVersion ( bool hasApproving, VersioningMode versioningMode ) : |
||
hasApproving | bool | |
versioningMode | VersioningMode | |
return |
public static ComputeNewVersion ( bool hasApproving, VersioningType versioningMode ) : |
||
hasApproving | bool | |
versioningMode | VersioningType | |
return |
public static Create ( Node node ) : |
||
node | Node | |
return |
public static HasApprove ( |
||
node | ||
return | bool |
public static HasCheckIn ( Node node ) : bool | ||
node | Node | |
return | bool |
public static HasCheckOut ( |
||
node | ||
return | bool |
public static HasForceUndoCheckOutRight ( Node content ) : bool | ||
content | Node | |
return | bool |
public static HasPublish ( |
||
node | ||
return | bool |
public static HasReject ( |
||
node | ||
return | bool |
public static HasSave ( |
||
node | ||
return | bool |
public static HasUndoCheckOut ( |
||
node | ||
return | bool |
public UndoCheckOut ( bool forceRefresh = true ) : void | ||
forceRefresh | bool | |
return | void |